Package | Description |
---|---|
com.ongres.scram.client | |
com.ongres.scram.common | |
com.ongres.scram.common.message |
Modifier and Type | Method and Description |
---|---|
void |
ScramSession.ClientFinalProcessor.receiveServerFinalMessage(String serverFinalMessage)
Receive and process the server-final-message.
|
ScramSession.ServerFirstProcessor |
ScramSession.receiveServerFirstMessage(String serverFirstMessage)
Constructs a handler for the server-first-message, from its String representation.
|
Modifier and Type | Method and Description |
---|---|
static ScramAttributes |
ScramAttributes.byChar(char c)
Find a SCRAMAttribute by its character.
|
static ScramAttributeValue |
ScramAttributeValue.parse(String value)
Parses a potential ScramAttributeValue String.
|
Modifier and Type | Method and Description |
---|---|
static ClientFirstMessage |
ClientFirstMessage.parseFrom(String clientFirstMessage)
Construct a
ClientFirstMessage 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.
|
Copyright © 2017–2019. All rights reserved.