Serialized Form
-
Package org.apache.shiro.crypto.hash
-
Class org.apache.shiro.crypto.hash.AbstractHash extends org.apache.shiro.codec.CodecSupport implements Serializable
-
Serialized Fields
-
bytes
byte[] bytes
Deprecated.The hashed data
-
-
-
Class org.apache.shiro.crypto.hash.Md2Hash extends SimpleHash implements Serializable
-
Class org.apache.shiro.crypto.hash.Md5Hash extends SimpleHash implements Serializable
-
Class org.apache.shiro.crypto.hash.Sha1Hash extends SimpleHash implements Serializable
-
Class org.apache.shiro.crypto.hash.Sha256Hash extends SimpleHash implements Serializable
-
Class org.apache.shiro.crypto.hash.Sha384Hash extends SimpleHash implements Serializable
-
Class org.apache.shiro.crypto.hash.Sha512Hash extends SimpleHash implements Serializable
-
Class org.apache.shiro.crypto.hash.SimpleHash extends AbstractHash implements Serializable
-
Serialized Fields
-
algorithmName
String algorithmName
TheMessageDigest
algorithm name to use when performing the hash. -
bytes
byte[] bytes
The hashed data -
iterations
int iterations
Number of hash iterations to perform. Defaults to 1 in the constructor. -
salt
org.apache.shiro.util.ByteSource salt
Supplied salt, if any.
-
-
-