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