Uses of Class
com.ongres.scram.common.ServerFinalMessage
Packages that use ServerFinalMessage
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 ServerFinalMessage in com.ongres.scram.client
Methods in com.ongres.scram.client that return ServerFinalMessageModifier and TypeMethodDescription(package private) @NotNull ServerFinalMessage
ClientFinalProcessor.receiveServerFinalMessage
(@NotNull String serverFinalMessage) Receive and process the server-final-message.@NotNull ServerFinalMessage
MessageFlow.serverFinalMessage
(@NotNull String serverFinalMessage) ScramClient.serverFinalMessage
(String serverFinalMessage) Process and verify theserver-final-message
, from its String representation. -
Uses of ServerFinalMessage in com.ongres.scram.common
Methods in com.ongres.scram.common that return ServerFinalMessageModifier and TypeMethodDescriptionstatic @NotNull ServerFinalMessage
Parses a server-final-message from a String.