Uses of Class
com.ongres.scram.common.exception.ScramInvalidServerSignatureException
Packages that use ScramInvalidServerSignatureException
Package
Description
This module expose the client implementation of Salted Challenge Response
Authentication Mechanism (SCRAM).
-
Uses of ScramInvalidServerSignatureException in com.ongres.scram.client
Methods in com.ongres.scram.client that throw ScramInvalidServerSignatureExceptionModifier and TypeMethodDescription(package private) @NotNull ServerFinalMessage
ClientFinalProcessor.receiveServerFinalMessage
(@NotNull String serverFinalMessage) Receive and process the server-final-message.ScramClient.serverFinalMessage
(String serverFinalMessage) Process and verify theserver-final-message
, from its String representation.