| Interface | Description |
|---|---|
| X509TrustManagerInterface |
This interface declares all methods which are expected from the
KeyProviderInterface implementation for X509 stuff KeyProviderImplX509Data
in order to manage trust regarding X509 certificates. |
| Class | Description |
|---|---|
| KeyProviderImplX509Data |
This class implements the
KeyProviderInterface for X509Data key information
hints. |
| X509Data |
This class represents X509 related data, as it can be found in a X509Data XML element in an XML
signature.
|
| X509IssuerSerial |
This utility class encapsulates the issuer distinguished name and the serial number of a X.509
certificate.
|
| X509SKI |
This utility class represents the X509.V3 certificate extension named SubjectKeyIdentifier
(OID 2.5.29.14).
|
| X509SubjectName |
This utility class represents the subject name of a X509 certificate.
|
| X509TrustManagerDummyImpl |
This class provides a dummy implementation for the
X509TrustManagerInterface for test purposes. |