Uses of Class
com.ongres.scram.common.exception.ScramInvalidServerSignatureException
-
Packages that use ScramInvalidServerSignatureException Package Description com.ongres.scram.client 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 ScramInvalidServerSignatureException Modifier and Type Method Description (package private) @NotNull ServerFinalMessage
ClientFinalProcessor. receiveServerFinalMessage(@NotNull java.lang.String serverFinalMessage)
Receive and process the server-final-message.ServerFinalMessage
ScramClient. serverFinalMessage(java.lang.String serverFinalMessage)
Process and verify theserver-final-message
, from its String representation.
-