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