| Package | Description |
|---|---|
| com.entrust.toolkit |
Contains various high-level classes that provide Toolkit JCA cryptographic provider initialization,
an Entrust User representation, a key/certificate source, a certificate set representation,
JNI initialization capabilities, PKCS #7 encoding and decoding, CMS and PKCS#7 User related
utilities, transaction counting, and an XML trust manager.
|
| com.entrust.toolkit.x509.testlets |
Contains classes used to validate certificate, CRL, and CRL Entry
extensions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CertificateSet
Specialized Set for X.509 certificates.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
Set.apply(Selector selector)
Removes all objects from this set that do not conform to
selector's criteria. |
Set |
Selector.applyTo(Set set)
Removes all objects from the set that do not conform to the selector's
selection criteria.
|
Set |
Set.intersect(Set operand)
The intersection set operation.
|
Set |
Set.substract(Set operand)
The difference (or subtraction) set operation.
|
Set |
Set.union(Set operand)
The union set operation.
|
| Modifier and Type | Method and Description |
|---|---|
Set |
Selector.applyTo(Set set)
Removes all objects from the set that do not conform to the selector's
selection criteria.
|
Set |
Set.intersect(Set operand)
The intersection set operation.
|
Set |
Set.substract(Set operand)
The difference (or subtraction) set operation.
|
Set |
Set.union(Set operand)
The union set operation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TestletDataSet
A set of
TestletData used by ExtensionTester and
RevocationStore. |