Uses of Class
com.impossibl.postgres.protocol.sasl.scram.exception.ScramParseException
-
Packages that use ScramParseException Package Description com.impossibl.postgres.protocol.sasl.scram com.impossibl.postgres.protocol.sasl.scram.message -
-
Uses of ScramParseException in com.impossibl.postgres.protocol.sasl.scram
Methods in com.impossibl.postgres.protocol.sasl.scram that throw ScramParseException Modifier and Type Method Description static ScramAttributes
ScramAttributes. byChar(char c)
Find a SCRAMAttribute by its character.static ScramAttributeValue
ScramAttributeValue. parse(String value)
Parses a potential ScramAttributeValue String. -
Uses of ScramParseException in com.impossibl.postgres.protocol.sasl.scram.message
Methods in com.impossibl.postgres.protocol.sasl.scram.message that throw ScramParseException Modifier and Type Method Description static ClientFirstMessage
ClientFirstMessage. parseFrom(String clientFirstMessage)
Construct aClientFirstMessage
instance from a message (String)static ServerFinalMessage
ServerFinalMessage. parseFrom(String serverFinalMessage)
Parses a server-final-message from a String.static ServerFirstMessage
ServerFirstMessage. parseFrom(String serverFirstMessage, String clientNonce)
Parses a server-first-message from a String.
-