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 ClientFinalMessage
ClientFinalProcessor. clientFinalMessage(byte @Nullable [] cbindData)
Generates the SCRAM representation of the client-final-message, including the given channel-binding data.@NotNull ClientFinalMessage
MessageFlow. clientFinalMessage()
ClientFinalMessage
ScramClient. clientFinalMessage()
Returns the text representation of a SCRAMclient-final-message
.
-