| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.password |
| Modifier and Type | Method and Description |
|---|---|
private static byte[] |
PasswordUtil.getCredentials(byte[] credentials,
int algoLength,
int hashLen,
EncryptionMethod encryptionMethod)
Compute the credentials
|
private static byte[] |
PasswordUtil.getPbkdf2Credentials(byte[] credentials,
int algoLength,
EncryptionMethod encryptionMethod)
Gets the credentials from a PKCS5S2 hash.
|
static byte[] |
PasswordUtil.splitCredentials(byte[] credentials,
EncryptionMethod encryptionMethod)
Decompose the stored password in an algorithm, an eventual salt
and the password itself.
|