Package tigase.auth.credentials.entries
Class ScramSha256CredentialsEntry
java.lang.Object
tigase.auth.credentials.entries.ScramCredentialsEntry
tigase.auth.credentials.entries.ScramSha256CredentialsEntry
- All Implemented Interfaces:
Credentials.Entry
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
ConstructorsConstructorDescriptionScramSha256CredentialsEntry
(byte[] salt, int iterations, byte[] saltedPassword) ScramSha256CredentialsEntry
(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
-
ScramSha256CredentialsEntry
public ScramSha256CredentialsEntry(PlainCredentialsEntry entry) throws NoSuchAlgorithmException, InvalidKeyException -
ScramSha256CredentialsEntry
public ScramSha256CredentialsEntry(byte[] salt, int iterations, byte[] saltedPassword) throws NoSuchAlgorithmException, InvalidKeyException -
ScramSha256CredentialsEntry
public ScramSha256CredentialsEntry(byte[] salt, int iterations, byte[] storedKey, byte[] serverKey)
-