public class PasswordHistory extends Object implements Comparable<PasswordHistory>
| Constructor and Description |
|---|
PasswordHistory(String pwdHistoryVal) |
PasswordHistory(String time,
byte[] password) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PasswordHistory o) |
boolean |
equals(Object o) |
byte[] |
getHistoryValue() |
int |
getLength() |
byte[] |
getPassword() |
String |
getSyntaxOID() |
String |
getTime() |
int |
hashCode() |
String |
toString() |
public PasswordHistory(String pwdHistoryVal)
public PasswordHistory(String time, byte[] password)
public byte[] getHistoryValue()
public String getTime()
public String getSyntaxOID()
public int getLength()
public byte[] getPassword()
public int compareTo(PasswordHistory o)
compareTo in interface Comparable<PasswordHistory>Copyright © 2021. All rights reserved.