Uses of Class
com.aoapps.security.HashedPassword
-
Uses of HashedPassword in com.aoapps.security
Fields in com.aoapps.security declared as HashedPasswordModifier and TypeFieldDescriptionstatic final HashedPassword
HashedPassword.NO_PASSWORD
A singleton that must be used in places where no password is set.Methods in com.aoapps.security that return HashedPasswordModifier and TypeMethodDescriptionstatic HashedPassword
SecurityStreamables.readHashedPassword
(DataInputStream in) Reads aHashedPassword
.static HashedPassword
SecurityStreamables.readNullHashedPassword
(DataInputStream in) Reads a possibly-null
HashedPassword
.static HashedPassword
HashedPassword.valueOf
(HashedPassword.Algorithm algorithm, byte[] salt, int iterations, byte[] hash) Restores aHashedPassword
from its individual fields.static HashedPassword
Parses the result oftoString()
.Methods in com.aoapps.security with parameters of type HashedPasswordModifier and TypeMethodDescriptionstatic void
SecurityStreamables.writeHashedPassword
(HashedPassword hashedPassword, DataOutputStream out) Writes aHashedPassword
.static void
SecurityStreamables.writeNullHashedPassword
(HashedPassword hashedPassword, DataOutputStream out) Writes a possibly-null
HashedPassword
.