public interface HashedCredentials
CredentialsHasher
.Modifier and Type | Method and Description |
---|---|
String[] |
getAlgorithmsNames()
Gets the algorithms names to be used in the hash calculation.
|
byte[] |
getHashedCredentials()
Gets the hashed credentials.
|
Integer |
getMaxCycles()
Gets the minimum number of cycles to be used in the hash calculation.
|
Integer |
getMinCycles()
Gets the minimum number of cycles to be used in the hash calculation.
|
String |
getSalt()
Gets the salt to be used in the hash calculation.
|
String[] getAlgorithmsNames()
Integer getMinCycles()
Integer getMaxCycles()
String getSalt()
byte[] getHashedCredentials()
Copyright © 2013. All Rights Reserved.