Certificate of a
CertPath.
Certificates.
CertStore parameters.
CRLs.
CertPath)
and certificate revocation list (CRL) objects from their encodings.
CertificateFactory class.
CertPath class for serialization.
CertPathBuilder class.
CertPathValidator class.
Certificates and CRLs
from a repository.
CertStore class.
CertStore
algorithm.
CertStore algorithm.
CertPathBuilder
algorithm.
X509Certificate.
CertPathValidator
algorithm.
PKIXCertPathChecker for checking the revocation status of
certificates with the PKIX algorithm.
CertStore algorithms which use
information contained in a URI to retrieve certificates and CRLs.
CertSelector that selects X509Certificates that
match all specified criteria.
Abstract class for a revoked certificate in a CRL (Certificate Revocation List).
CRLSelector that selects X509CRLs that
match all specified criteria.
| CertPathValidatorException.BasicReason | The BasicReason enumerates the potential reasons that a certification path of any type may be invalid. |
| CRLReason | The CRLReason enumeration specifies the reason that a certificate is revoked, as defined in RFC 5280: Internet X.509 Public Key Infrastructure Certificate and CRL Profile. |
| PKIXReason |
The PKIXReason enumerates the potential PKIX-specific reasons
that an X.509 certification path may be invalid according to the PKIX
(RFC 5280) standard.
|
| PKIXRevocationChecker.Option | Various revocation options that can be specified for the revocation checking mechanism. |
| CertificateEncodingException | Certificate Encoding Exception. |
| CertificateException | This exception indicates one of a variety of certificate problems. |
| CertificateExpiredException | Certificate Expired Exception. |
| CertificateNotYetValidException | Certificate is not yet valid exception. |
| CertificateParsingException | Certificate Parsing Exception. |
| CertificateRevokedException | An exception that indicates an X.509 certificate is revoked. |
| CertPathBuilderException |
An exception indicating one of a variety of problems encountered when
building a certification path with a CertPathBuilder.
|
| CertPathValidatorException | An exception indicating one of a variety of problems encountered when validating a certification path. |
| CertStoreException |
An exception indicating one of a variety of problems retrieving
certificates and CRLs from a CertStore.
|
| CRLException | CRL (Certificate Revocation List) Exception. |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.