Uses of Class
com.ongres.scram.common.ClientFirstMessage
Packages that use ClientFirstMessage
Package
Description
This module expose the client implementation of Salted Challenge Response
Authentication Mechanism (SCRAM).
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.client
Methods in com.ongres.scram.client that return ClientFirstMessageModifier and TypeMethodDescriptionScramClient.clientFirstMessage()Returns the text representation of a SCRAMclient-first-message. -
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.