Uses of Class
com.impossibl.postgres.protocol.sasl.scram.message.ServerFirstMessage
-
Packages that use ServerFirstMessage Package Description com.impossibl.postgres.protocol.sasl.scram.message -
-
Uses of ServerFirstMessage in com.impossibl.postgres.protocol.sasl.scram.message
Methods in com.impossibl.postgres.protocol.sasl.scram.message that return ServerFirstMessage Modifier and Type Method Description static ServerFirstMessageServerFirstMessage. parseFrom(String serverFirstMessage, String clientNonce)Parses a server-first-message from a String.
-