| javax.security.cert |
|
| Java Source File Name | Type | Comment |
| Certificate.java | Class | Abstract class to represent identity certificates. |
| CertificateEncodingException.java | Class | The exception that is thrown when an error occurs while a
Certificate is being encoded.
Note: This package is provided only for compatibility reasons. |
| CertificateException.java | Class | The base class for all
Certificate related exceptions.
Note: This package is provided only for compatibility reasons. |
| CertificateExpiredException.java | Class | The exception that is thrown when a
Certificate has expired.
Note: This package is provided only for compatibility reasons. |
| CertificateNotYetValidException.java | Class | The exception that is thrown when a
Certificate is not yet valid.
Note: This package is provided only for compatibility reasons. |
| CertificateParsingException.java | Class | The exception that is thrown when a
Certificate can not be parsed.
Note: This package is provided only for compatibility reasons. |
| X509Certificate.java | Class | Abstract base class for X.509 certificates.
This represents a standard way for accessing the attributes of X.509 v1
certificates.
Note: This package is provided only for compatibility reasons.
It contains a simplified version of the java.security.cert package that was
previously used by JSSE (Java SSL package). |