Package | Description |
---|---|
com.ongres.scram.common.gssapi | |
com.ongres.scram.common.message |
Modifier and Type | Method and Description |
---|---|
static Gs2Header |
Gs2Header.parseFrom(String message)
Read a Gs2Header from a String.
|
Modifier and Type | Method and Description |
---|---|
Gs2Header |
ClientFirstMessage.getGs2Header() |
Modifier and Type | Method and Description |
---|---|
static StringBuffer |
ClientFinalMessage.writeToWithoutProof(Gs2Header gs2Header,
Optional<byte[]> cbindData,
String nonce)
Returns a StringBuffer filled in with the formatted output of a client-first-message without the proof value.
|
Constructor and Description |
---|
ClientFinalMessage(Gs2Header gs2Header,
Optional<byte[]> cbindData,
String nonce,
byte[] proof)
Constructus a client-final-message with the provided gs2Header (the same one used in the client-first-message),
optionally the channel binding data, and the nonce.
|
ClientFirstMessage(Gs2Header gs2Header,
String user,
String nonce)
Constructs a client-first-message for the given user, nonce and gs2Header.
|
Copyright © 2017–2018. All rights reserved.