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