Constant Field Values
Contents
org.apache.*
-
org.apache.shiro.crypto.SecureRandomNumberGenerator Modifier and Type Constant Field Value protected static final int
DEFAULT_NEXT_BYTES_SIZE
16
-
org.apache.shiro.crypto.hash.Md2Hash Modifier and Type Constant Field Value public static final String
ALGORITHM_NAME
"MD2"
-
org.apache.shiro.crypto.hash.Md5Hash Modifier and Type Constant Field Value public static final String
ALGORITHM_NAME
"MD5"
-
org.apache.shiro.crypto.hash.Sha1Hash Modifier and Type Constant Field Value public static final String
ALGORITHM_NAME
"SHA-1"
-
org.apache.shiro.crypto.hash.Sha256Hash Modifier and Type Constant Field Value public static final String
ALGORITHM_NAME
"SHA-256"
-
org.apache.shiro.crypto.hash.Sha384Hash Modifier and Type Constant Field Value public static final String
ALGORITHM_NAME
"SHA-384"
-
org.apache.shiro.crypto.hash.Sha512Hash Modifier and Type Constant Field Value public static final String
ALGORITHM_NAME
"SHA-512"
-
org.apache.shiro.crypto.hash.format.ModularCryptFormat Modifier and Type Constant Field Value public static final String
TOKEN_DELIMITER
"$"
-
org.apache.shiro.crypto.hash.format.Shiro1CryptFormat Modifier and Type Constant Field Value public static final String
ID
"shiro1"
public static final String
MCF_PREFIX
"$shiro1$"