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 HashedPasswordHashedPassword.NO_PASSWORDA singleton that must be used in places where no password is set.Methods in com.aoapps.security that return HashedPasswordModifier and TypeMethodDescriptionstatic HashedPasswordSecurityStreamables.readHashedPassword(DataInputStream in) Reads aHashedPassword.static HashedPasswordSecurityStreamables.readNullHashedPassword(DataInputStream in) Reads a possibly-nullHashedPassword.static HashedPasswordHashedPassword.valueOf(HashedPassword.Algorithm algorithm, byte[] salt, int iterations, byte[] hash) Restores aHashedPasswordfrom its individual fields.static HashedPasswordParses the result oftoString().Methods in com.aoapps.security with parameters of type HashedPasswordModifier and TypeMethodDescriptionstatic voidSecurityStreamables.writeHashedPassword(HashedPassword hashedPassword, DataOutputStream out) Writes aHashedPassword.static voidSecurityStreamables.writeNullHashedPassword(HashedPassword hashedPassword, DataOutputStream out) Writes a possibly-nullHashedPassword.
