public static class ScramUtils.NewPasswordByteArrayData extends Object
Modifier and Type | Field and Description |
---|---|
byte[] |
clientKey
Client key
|
int |
iterations
Iterations for slating
|
byte[] |
salt
Used salt
|
byte[] |
saltedPassword
Salted password
|
byte[] |
serverKey
Server key
|
byte[] |
storedKey
Stored key
|
Constructor and Description |
---|
NewPasswordByteArrayData(byte[] saltedPassword,
byte[] salt,
byte[] clientKey,
byte[] storedKey,
byte[] serverKey,
int iterations)
Creates new NewPasswordByteArrayData
|
public final byte[] saltedPassword
public final byte[] salt
public final byte[] clientKey
public final byte[] storedKey
public final byte[] serverKey
public final int iterations
public NewPasswordByteArrayData(byte[] saltedPassword, byte[] salt, byte[] clientKey, byte[] storedKey, byte[] serverKey, int iterations)
saltedPassword
- Salted passwordsalt
- Used saltclientKey
- Client keystoredKey
- Stored keyserverKey
- Server keyiterations
- Iterations for slatingCopyright © 2021 The Apache Software Foundation. All rights reserved.