Uses of Package
javax.security.cert
| Package | Description |
|---|---|
| javax.net.ssl |
This package provides classes and interfaces needed to use the Secure
Sockets Layer (SSL) protocol and the successor Transport Layer
Security (TLS) protocol.
|
| javax.security.cert |
This package is provided only for compatibility reasons.
|
| org.conscrypt |
-
Classes in javax.security.cert used by javax.net.ssl Class Description X509Certificate Abstract base class for X.509 certificates. -
Classes in javax.security.cert used by javax.security.cert Class Description Certificate Abstract class to represent identity certificates.CertificateEncodingException The exception that is thrown when an error occurs while aCertificateis being encoded.CertificateException The base class for allCertificaterelated exceptions.CertificateExpiredException The exception that is thrown when aCertificatehas expired.CertificateNotYetValidException The exception that is thrown when aCertificateis not yet valid.X509Certificate Abstract base class for X.509 certificates. -
Classes in javax.security.cert used by org.conscrypt Class Description X509Certificate Abstract base class for X.509 certificates.