Serialized Form
-
Package com.aoapps.security
-
Class com.aoapps.security.HashedKey
class HashedKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundException
IOException
-
readResolve
-
-
Serialized Fields
-
algorithm
HashedKey.Algorithm algorithm
-
hash
byte[] hash
-
-
Class com.aoapps.security.HashedPassword
class HashedPassword extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
- Throws:
ClassNotFoundException
IOException
-
readResolve
-
-
Serialized Fields
-
algorithm
HashedPassword.Algorithm algorithm
-
hash
byte[] hash
-
iterations
int iterations
-
salt
byte[] salt
-
-
Class com.aoapps.security.Identifier
class Identifier extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
hi
long hi
-
lo
long lo
-
-
Exception Class com.aoapps.security.NotAuthenticatedException
class NotAuthenticatedException extends SecurityException implements Serializable- serialVersionUID:
- 1L
-
Class com.aoapps.security.SmallIdentifier
class SmallIdentifier extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
value
long value
-
-