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