Package tigase.auth.credentials.entries
Class ScramSha512CredentialsEntry
java.lang.Object
tigase.auth.credentials.entries.ScramCredentialsEntry
tigase.auth.credentials.entries.ScramSha512CredentialsEntry
- All Implemented Interfaces:
Credentials.Entry
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
ConstructorsConstructorDescriptionScramSha512CredentialsEntry
(byte[] salt, int iterations, byte[] saltedPassword) ScramSha512CredentialsEntry
(byte[] salt, int iterations, byte[] storedKey, byte[] serverKey) -
Method Summary
Methods inherited from class tigase.auth.credentials.entries.ScramCredentialsEntry
getIterations, getMechanism, getSalt, getServerKey, getStoredKey, verifyPlainPassword
-
Constructor Details
-
ScramSha512CredentialsEntry
public ScramSha512CredentialsEntry(PlainCredentialsEntry entry) throws NoSuchAlgorithmException, InvalidKeyException -
ScramSha512CredentialsEntry
public ScramSha512CredentialsEntry(byte[] salt, int iterations, byte[] saltedPassword) throws NoSuchAlgorithmException, InvalidKeyException -
ScramSha512CredentialsEntry
public ScramSha512CredentialsEntry(byte[] salt, int iterations, byte[] storedKey, byte[] serverKey)
-