|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.passwordrules.standard.PasswordHistoryItem
public class PasswordHistoryItem
Objects of this class are used to hold information about an item on a password history list.
| Constructor Summary | |
|---|---|
PasswordHistoryItem(byte[] passwordHash,
byte[] reversedPasswordHash)
Constructor accepting password hash parameters |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
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 password| Method Detail |
|---|
public byte[] getPasswordHash()
public void setPasswordHash(byte[] passwordHash)
passwordHash - password hash.public byte[] getReversedPasswordHash()
public void setReversedPasswordHash(byte[] reversedPasswordHash)
reversedPasswordHash - reversed password hash.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||