public static interface ScramSaslServerSource.SaltAndPasswordKeys
Modifier and Type | Method and Description |
---|---|
int |
getIterationCount() |
byte[] |
getSalt() |
byte[] |
getServerKey() |
byte[] |
getStoredKey() |
byte[] getSalt()
byte[] getStoredKey() throws SaslException
SaslException
byte[] getServerKey() throws SaslException
SaslException
int getIterationCount() throws SaslException
SaslException
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.