javax.security.cert |
Provides classes for public key certificates.
These classes include a simplified version of the
java.security.cert package. These classes were developed
as part of the Java Secure Socket
Extension (JSSE). When JSSE was added to the J2SE version 1.4, this
package was added for backward-compatibility reasons only.
New applications should not use this package, but rather
java.security.cert.
@since 1.4
|
Java Source File Name | Type | Comment |
Certificate.java | Class | Abstract class for managing a variety of identity certificates.
An identity certificate is a guarantee by a principal that
a public key is that of another principal. |
CertificateEncodingException.java | Class | Certificate Encoding Exception. |
CertificateException.java | Class | This exception indicates one of a variety of certificate problems.
Note: The classes in the package javax.security.cert
exist for compatibility with earlier versions of the
Java Secure Sockets Extension (JSSE). |
CertificateExpiredException.java | Class | Certificate Expired Exception. |
CertificateNotYetValidException.java | Class | Certificate is not yet valid exception. |
CertificateParsingException.java | Class | Certificate Parsing Exception. |
X509Certificate.java | Class | Abstract class for X.509 v1 certificates. |