| Package | Description |
|---|---|
| com.ongres.scram.common |
This package expose the messages used to implement a client/server of Salted Challenge Response
Authentication Mechanism (SCRAM).
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull Gs2Header |
ClientFirstMessage.getGs2Header()
Return the Gs2Header.
|
static @NotNull Gs2Header |
Gs2Header.parseFrom(@NotNull String message)
Read a Gs2Header from a String.
|
| Constructor and Description |
|---|
ClientFinalMessage(Gs2Header gs2Header,
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(@NotNull Gs2Header gs2Header,
@NotNull String username,
@NotNull String clientNonce)
Constructs a client-first-message for the given user, nonce and gs2Header.
|
Copyright © 2017–2025 OnGres, Inc. All rights reserved.