|
Class Summary |
| CertificateChainVerifier |
Provides utility methods for managing certificates. |
| CertificateIterator |
This Iterator wraps around the
Iterator of e.g.
a List of certificates and filters certificates that match
particular parameters such as a given subject DN and/or key usage bits. |
| CertificateStore |
This class wraps around regular KeyStore instances and
supports retrieval of certificates in it by means of the
CertificateSource interface. |
| Engines |
This class provides the standard JCA/JCE engine name associations. |
| JCA |
A number of invariants must hold for the properties defined by the installed
providers such that this class can work properly:
Aliases must be mapped to standard JCA/JCE names whenever possible. |
| StringChecker |
utillity class, which checks if a given String is conforming to
'PrintableString' |