Uses of Class
com.ongres.scram.client.ClientFinalProcessor
Packages that use ClientFinalProcessor
Package
Description
This module expose the client implementation of Salted Challenge Response
Authentication Mechanism (SCRAM).
-
Uses of ClientFinalProcessor in com.ongres.scram.client
Fields in com.ongres.scram.client declared as ClientFinalProcessorMethods in com.ongres.scram.client that return ClientFinalProcessorModifier and TypeMethodDescription(package private) ClientFinalProcessor
ServerFirstProcessor.clientFinalProcessor
(byte[] saltedPassword) Generates aClientFinalProcessor
, that allows to generate the client-final-message and also receive and parse the server-first-message.(package private) ClientFinalProcessor
ServerFirstProcessor.clientFinalProcessor
(byte[] clientKey, byte[] serverKey) Generates aClientFinalProcessor
, that allows to generate the client-final-message and also receive and parse the server-first-message.(package private) ClientFinalProcessor
ServerFirstProcessor.clientFinalProcessor
(char[] password) Generates aClientFinalProcessor
, that allows to generate the client-final-message and also receive and parse the server-first-message.