Uses of Class
com.ongres.scram.common.ClientFinalMessage
-
Packages that use ClientFinalMessage Package Description com.ongres.scram.client 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 ClientFinalMessage Modifier and Type Method Description (package private) @NotNull ClientFinalMessageClientFinalProcessor. clientFinalMessage(byte @Nullable [] cbindData)Generates the SCRAM representation of the client-final-message, including the given channel-binding data.@NotNull ClientFinalMessageMessageFlow. clientFinalMessage()ClientFinalMessageScramClient. clientFinalMessage()Returns the text representation of a SCRAMclient-final-message.
-