- getAlgorithmPrime() - Method in class org.dejava.component.security.crypt.hasher.CredentialsHasher
-
Gets the prime to be used in the algorithm selection.
- getAlgorithms() - Method in class org.dejava.component.security.crypt.hasher.CredentialsHasher
-
Gets the algorithms to be used in the hash calculation.
- getAlgorithmsNames() - Method in interface org.dejava.component.security.authc.credential.HashedCredentials
-
Gets the algorithms names to be used in the hash calculation.
- getCyclePrime() - Method in class org.dejava.component.security.crypt.hasher.CredentialsHasher
-
Gets the prime to be used in the cycle selection.
- getHashedCredentials() - Method in interface org.dejava.component.security.authc.credential.HashedCredentials
-
Gets the hashed credentials.
- getMaxCycles() - Method in interface org.dejava.component.security.authc.credential.HashedCredentials
-
Gets the minimum number of cycles to be used in the hash calculation.
- getMaxCycles() - Method in class org.dejava.component.security.crypt.hasher.CredentialsHasher
-
Gets the maximum number of hash cycles to be used in the hash calculation.
- getMinCycles() - Method in interface org.dejava.component.security.authc.credential.HashedCredentials
-
Gets the minimum number of cycles to be used in the hash calculation.
- getMinCycles() - Method in class org.dejava.component.security.crypt.hasher.CredentialsHasher
-
Gets the minimum number of hash cycles to be used in the hash calculation.
- getSalt() - Method in interface org.dejava.component.security.authc.credential.HashedCredentials
-
Gets the salt to be used in the hash calculation.