public class PasswordHistoryItem
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
PasswordHistoryItem(byte[] passwordHash,
byte[] reversedPasswordHash)
Constructor accepting password hash parameters
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getPasswordHash()
Return password hash.
|
byte[] |
getReversedPasswordHash()
Return reversed password hash
|
void |
setPasswordHash(byte[] passwordHash)
Set password hash.
|
void |
setReversedPasswordHash(byte[] reversedPasswordHash)
Set reversed password hash
|
public PasswordHistoryItem(byte[] passwordHash,
byte[] reversedPasswordHash)
passwordHash - contains a hash of a previously used passwordreversedPasswordHash - - contains a hash of the reverse of a previously used passwordpublic byte[] getPasswordHash()
public void setPasswordHash(byte[] passwordHash)
passwordHash - password hash.public byte[] getReversedPasswordHash()
public void setReversedPasswordHash(byte[] reversedPasswordHash)
reversedPasswordHash - reversed password hash.