com.ibm.passwordrules.standard
Class PasswordHistoryItem
java.lang.Object
|
+--com.ibm.passwordrules.standard.PasswordHistoryItem
- All Implemented Interfaces:
- java.io.Serializable
- public class PasswordHistoryItem
- extends java.lang.Object
- implements java.io.Serializable
Objects of this class are used to hold information about an item on password history list.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordHistoryItem
public PasswordHistoryItem(byte[] passwordHash,
byte[] reversedPasswordHash)
getPasswordHash
public byte[] getPasswordHash()
- Getter for property passwordHash.
- Returns:
- Value of property passwordHash.
setPasswordHash
public void setPasswordHash(byte[] passwordHash)
- Setter for property passwordHash.
- Parameters:
passwordHash
- New value of property passwordHash.
getReversedPasswordHash
public byte[] getReversedPasswordHash()
- Getter for property reversedPasswordHash.
- Returns:
- Value of property reversedPasswordHash.
setReversedPasswordHash
public void setReversedPasswordHash(byte[] reversedPasswordHash)
- Setter for property reversedPasswordHash.
- Parameters:
reversedPasswordHash
- New value of property reversedPasswordHash.