Uses of Class
com.ongres.scram.common.ClientFinalMessage
Packages that use ClientFinalMessage
Package
Description
This module expose the client implementation of Salted Challenge Response
Authentication Mechanism (SCRAM).
-
Uses of ClientFinalMessage in com.ongres.scram.client
Methods in com.ongres.scram.client that return ClientFinalMessageModifier and TypeMethodDescription(package private) ClientFinalMessage
ClientFinalProcessor.clientFinalMessage
(byte[] cbindData) Generates the SCRAM representation of the client-final-message, including the given channel-binding data.MessageFlow.clientFinalMessage()
ScramClient.clientFinalMessage()
Returns the text representation of a SCRAMclient-final-message
.