| Modifier and Type | Method | 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–2018. All rights reserved.