| Package | Description |
|---|---|
| com.entrust.toolkit.util |
Contains various utility classes.
|
| com.entrust.toolkit.x509.policies |
Contains classes used to check security policies issued by an Entrust PKI — password rules and client
settings, for example.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ByteArray.append(ByteArray byteArray)
Appends a
ByteArray object to this ByteArray
object. |
boolean |
ByteArray.isEqual(ByteArray byteArray)
Checks if this
ByteArray object is identical to the specified
ByteArray object. |
| Constructor and Description |
|---|
ByteArray(ByteArray byteArray)
Creates a new
ByteArray object that contains a copy of the
contents of the specified ByteArray. |
| Modifier and Type | Method and Description |
|---|---|
void |
PasswordRuleTester.validatePassword(SecureStringBuffer password,
ByteArray[] history)
Validates a given password according to the rules set on the PKI,
checking the length, character content, and password history.
|