Uses of Class
org.apache.directory.api.ldap.model.password.PasswordDetails
-
Packages that use PasswordDetails Package Description org.apache.directory.api.ldap.model.password -
-
Uses of PasswordDetails in org.apache.directory.api.ldap.model.password
Methods in org.apache.directory.api.ldap.model.password that return PasswordDetails Modifier and Type Method Description private static PasswordDetailsPasswordUtil. getCredentials(byte[] credentials, int algoLength, int hashLen, LdapSecurityConstants algorithm)Compute the credentialsprivate static PasswordDetailsPasswordUtil. getCryptCredentials(byte[] credentials, int algoLength, LdapSecurityConstants algorithm)private static PasswordDetailsPasswordUtil. getPbkdf2Credentials(byte[] credentials, int algoLength, LdapSecurityConstants algorithm)Gets the credentials from a PKCS5S2 hash.static PasswordDetailsPasswordUtil. splitCredentials(byte[] credentials)Decompose the stored password in an algorithm, an eventual salt and the password itself.
-