public static interface ScramClient.PasswordBuildStage
| Modifier and Type | Method and Description |
|---|---|
ScramClient.FinalBuildStage |
clientAndServerKey(byte[] clientKey,
byte[] serverKey)
Sets the ClientKey/ServerKey.
|
ScramClient.FinalBuildStage |
password(char[] password)
Sets the password.
|
ScramClient.FinalBuildStage |
saltedPassword(byte[] saltedPassword)
Sets the SaltedPassword.
|
ScramClient.FinalBuildStage password(char[] password)
password - the required passwordthis builder for use in a chained invocationScramClient.FinalBuildStage saltedPassword(byte[] saltedPassword)
saltedPassword - the required SaltedPasswordthis builder for use in a chained invocationScramClient.FinalBuildStage clientAndServerKey(byte[] clientKey, byte[] serverKey)
clientKey - the required ClientKeyserverKey - the required ServerKeythis builder for use in a chained invocationCopyright © 2017–2025 OnGres, Inc. All rights reserved.