Uses of Class
com.ongres.scram.common.ServerFirstMessage
Packages that use ServerFirstMessage
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 ServerFirstMessage in com.ongres.scram.client
Methods in com.ongres.scram.client that return ServerFirstMessageModifier and TypeMethodDescriptionScramClient.serverFirstMessage(String serverFirstMessage) Process theserver-first-message, from its String representation. -
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.