| 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 |
|---|---|
ServerFirstMessage |
ScramClient.serverFirstMessage(String serverFirstMessage)
Process the
server-first-message, from its String representation. |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull ServerFirstMessage |
ServerFirstMessage.parseFrom(@NotNull String serverFirstMessage,
@NotNull String clientNonce)
Parses a server-first-message from a 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.