| Package | Description |
|---|---|
| com.ongres.scram.client |
This module expose the client implementation of Salted Challenge Response
Authentication Mechanism (SCRAM).
|
| 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 |
|---|---|
ClientFirstMessage |
ScramClient.clientFirstMessage()
Returns the text representation of a SCRAM
client-first-message. |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull ClientFirstMessage |
ClientFirstMessage.parseFrom(@NotNull String clientFirstMessage)
Construct a
ClientFirstMessage instance from a message (String). |
| Modifier and Type | Method and Description |
|---|---|
static String |
ScramFunctions.authMessage(ClientFirstMessage clientFirstMessage,
ServerFirstMessage serverFirstMessage,
byte[] cbindData)
The AuthMessage is computed by concatenating messages from the authentication exchange.
|
Copyright © 2017–2025 OnGres, Inc. All rights reserved.