| 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 |
|---|---|
ScramClient.FinalBuildStage |
ScramClient.FinalBuildStage.stringPreparation(@NotNull StringPreparation stringPreparation)
Sets the StringPreparation, is recommended to leave the default SASL_PREPARATION.
|
| Modifier and Type | Method and Description |
|---|---|
static StringPreparation |
StringPreparation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringPreparation[] |
StringPreparation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
ScramFunctions.saltedPassword(@NotNull ScramMechanism scramMechanism,
@NotNull StringPreparation stringPreparation,
char[] password,
byte[] salt,
int iterationCount)
Compute the salted password, based on the given SCRAM mechanism, the String preparation
algorithm, the provided salt and the number of iterations.
|
Copyright © 2017–2025 OnGres, Inc. All rights reserved.