Package | Description |
---|---|
com.ongres.scram.client |
Modifier and Type | Method and Description |
---|---|
ScramSession.ClientFinalProcessor |
ScramSession.ServerFirstProcessor.clientFinalProcessor(byte[] clientKey,
byte[] storedKey)
Generates a
ScramSession.ClientFinalProcessor , that allows to generate the client-final-message and also
receive and parse the server-first-message. |
ScramSession.ClientFinalProcessor |
ScramSession.ServerFirstProcessor.clientFinalProcessor(String password)
Generates a
ScramSession.ClientFinalProcessor , that allows to generate the client-final-message and also
receive and parse the server-first-message. |
Copyright © 2017. All rights reserved.