Uses of Class
com.ongres.scram.common.exception.ScramParseException
-
Packages that use ScramParseException Package Description com.ongres.scram.client com.ongres.scram.common com.ongres.scram.common.message -
-
Uses of ScramParseException in com.ongres.scram.client
Methods in com.ongres.scram.client that throw ScramParseException Modifier and Type Method Description void
ScramSession.ClientFinalProcessor. receiveServerFinalMessage(java.lang.String serverFinalMessage)
Receive and process the server-final-message.ScramSession.ServerFirstProcessor
ScramSession. receiveServerFirstMessage(java.lang.String serverFirstMessage)
Constructs a handler for the server-first-message, from its String representation.Constructors in com.ongres.scram.client that throw ScramParseException Constructor Description ServerFirstProcessor(java.lang.String receivedServerFirstMessage)
-
Uses of ScramParseException in com.ongres.scram.common
Methods in com.ongres.scram.common that throw ScramParseException Modifier and Type Method Description static ScramAttributes
ScramAttributes. byChar(char c)
Find a SCRAMAttribute by its character.static ScramAttributeValue
ScramAttributeValue. parse(java.lang.String value)
Parses a potential ScramAttributeValue String. -
Uses of ScramParseException in com.ongres.scram.common.message
Methods in com.ongres.scram.common.message that throw ScramParseException Modifier and Type Method Description static ClientFirstMessage
ClientFirstMessage. parseFrom(java.lang.String clientFirstMessage)
Construct aClientFirstMessage
instance from a message (String)static ServerFinalMessage
ServerFinalMessage. parseFrom(java.lang.String serverFinalMessage)
Parses a server-final-message from a String.static ServerFirstMessage
ServerFirstMessage. parseFrom(java.lang.String serverFirstMessage, java.lang.String clientNonce)
Parses a server-first-message from a String.
-