| Class | Description |
|---|---|
| Certificate |
The base class for public-key certificates.
|
| X509Certificate |
The base class of all X.509 certificates.
|
| Exception | Description |
|---|---|
| CertificateEncodingException |
Signals a problem when encoding certificates.
|
| CertificateException |
Signals a generic problem with certificates.
|
| CertificateExpiredException |
Signals that a certificate has expired.
|
| CertificateNotYetValidException |
Signals that a certificate is not yet valid.
|
| CertificateParsingException |
Signals a parsing error when decoding a certificate.
|