Uses of Class
com.ongres.scram.common.ClientFirstMessage
Packages that use ClientFirstMessage
Package
Description
This package expose the messages used to implement a client/server of Salted Challenge Response
Authentication Mechanism (SCRAM).
-
Uses of ClientFirstMessage in com.ongres.scram.common
Methods in com.ongres.scram.common that return ClientFirstMessageModifier and TypeMethodDescriptionstatic @NotNull ClientFirstMessageConstruct aClientFirstMessageinstance from a message (String).Methods in com.ongres.scram.common with parameters of type ClientFirstMessageModifier and TypeMethodDescriptionstatic StringScramFunctions.authMessage(ClientFirstMessage clientFirstMessage, ServerFirstMessage serverFirstMessage, byte[] cbindData) The AuthMessage is computed by concatenating messages from the authentication exchange.