Package | Description |
---|---|
com.ongres.scram.common.gssapi | |
com.ongres.scram.common.message |
Modifier and Type | Method and Description |
---|---|
static Gs2Header |
Gs2Header.parseFrom(java.lang.String message)
Read a Gs2Header from a String.
|
Modifier and Type | Field and Description |
---|---|
private Gs2Header |
ClientFirstMessage.gs2Header |
Modifier and Type | Method and Description |
---|---|
Gs2Header |
ClientFirstMessage.getGs2Header() |
private static Gs2Header |
ClientFirstMessage.gs2Header(Gs2CbindFlag gs2CbindFlag,
java.lang.String authzid,
java.lang.String cbindName) |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
ClientFinalMessage.generateCBind(Gs2Header gs2Header,
byte[] cbindData) |
static java.lang.StringBuffer |
ClientFinalMessage.writeToWithoutProof(Gs2Header gs2Header,
byte[] cbindData,
java.lang.String nonce)
Returns a StringBuffer filled in with the formatted output of a client-first-message without the proof value.
|
private static java.lang.StringBuffer |
ClientFinalMessage.writeToWithoutProof(java.lang.StringBuffer sb,
Gs2Header gs2Header,
byte[] cbindData,
java.lang.String nonce) |
Constructor and Description |
---|
ClientFinalMessage(Gs2Header gs2Header,
byte[] cbindData,
java.lang.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,
java.lang.String user,
java.lang.String nonce)
Constructs a client-first-message for the given user, nonce and gs2Header.
|