public class ScramCredential
extends java.lang.Object
| Constructor | Description |
|---|---|
ScramCredential(byte[] salt,
byte[] storedKey,
byte[] serverKey,
int iterations) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
iterations() |
|
byte[] |
salt() |
|
byte[] |
serverKey() |
|
byte[] |
storedKey() |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.