| ClientFinalProcessor |
Processor that allows to generate the client-final-message, as well as process the
server-final-message and verify server's signature.
|
| MessageFlow |
|
| MessageFlow.Stage |
|
| ScramClient |
A class that represents a SCRAM client.
|
| ScramClient.Builder |
|
| ScramClient.FinalBuildStage |
Builder stage for the optional atributes and the final build() call.
|
| ScramClient.MechanismsBuildStage |
Builder stage for the advertised mechanisms.
|
| ScramClient.PasswordBuildStage |
Builder stage for the password (or a ClientKey/ServerKey, or SaltedPassword).
|
| ScramClient.UsernameBuildStage |
Builder stage for the required username.
|
| ServerFirstProcessor |
Process a received server-first-message.
|