| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.password |
| Modifier and Type | Method and Description |
|---|---|
private static PasswordDetails |
PasswordUtil.getCredentials(byte[] credentials,
int algoLength,
int hashLen,
LdapSecurityConstants algorithm)
Compute the credentials
|
private static PasswordDetails |
PasswordUtil.getCryptCredentials(byte[] credentials,
int algoLength,
LdapSecurityConstants algorithm) |
private static PasswordDetails |
PasswordUtil.getPbkdf2Credentials(byte[] credentials,
int algoLength,
LdapSecurityConstants algorithm)
Gets the credentials from a PKCS5S2 hash.
|
static PasswordDetails |
PasswordUtil.splitCredentials(byte[] credentials)
Decompose the stored password in an algorithm, an eventual salt
and the password itself.
|
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.