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 TypeMethodDescriptionScramClient.serverFinalMessage(String serverFinalMessage) Process and verify theserver-final-message, from its String representation.