| Interface | Description |
|---|---|
| OCSP.RevocationStatus |
The Revocation Status of a certificate.
|
| Class | Description |
|---|---|
| AdjacencyList |
An AdjacencyList is used to store the history of certification paths
attempted in constructing a path from an initiator to a target.
|
| AlgorithmChecker |
A
PKIXCertPathChecker implementation to check whether a
specified certificate contains the required algorithm constraints. |
| Builder |
Abstract class representing a builder, which is able to retrieve
matching certificates and is able to verify a particular certificate.
|
| BuildStep |
Describes one step of a certification path build, consisting of a
Vertex state description, a certificate, a possible throwable,
and a result code. |
| CertId |
This class corresponds to the CertId field in OCSP Request
and the OCSP Response.
|
| CertPathConstraintsParameters |
This class contains parameters for checking certificates against
constraints specified in the jdk.certpath.disabledAlgorithms security
property.
|
| CertPathHelper |
Helper class that allows access to JDK specific known-public methods in the
java.security.cert package.
|
| CollectionCertStore |
A
CertStore that retrieves Certificates and
CRLs from a Collection. |
| DistributionPointFetcher |
Class to obtain CRLs via the CRLDistributionPoints extension.
|
| IndexedCollectionCertStore |
A
CertStore that retrieves Certificates and
CRLs from a Collection. |
| OCSP |
This is a class that checks the revocation status of a certificate(s) using
OCSP.
|
| OCSPNonceExtension |
Represent the OCSP Nonce Extension.
|
| OCSPResponse |
This class is used to process an OCSP response.
|
| OCSPResponse.SingleResponse | |
| PKIXCertPathValidator |
This class implements the PKIX validation algorithm for certification
paths consisting exclusively of
X509Certificates. |
| PKIXExtendedParameters |
This class is a wrapper for PKIXBuilderParameters so that a Timestamp object
and a string for the variant type, can be passed when doing certpath
checking.
|
| ResponderId |
Class for ResponderId entities as described in RFC6960.
|
| SunCertPathBuilder |
This class builds certification paths in the forward direction.
|
| SunCertPathBuilderResult |
This class represents the result of a SunCertPathBuilder build.
|
| UntrustedChecker |
A
PKIXCertPathChecker implementation to check whether a
specified certificate is distrusted. |
| Vertex | |
| X509CertificatePair |
This class represents an X.509 Certificate Pair object, which is primarily
used to hold a pair of cross certificates issued between Certification
Authorities.
|
| X509CertPath |
A
CertPath (certification path)
consisting exclusively of
X509Certificates. |
| Enum | Description |
|---|---|
| OCSP.RevocationStatus.CertStatus | |
| OCSPResponse.ResponseStatus | |
| ResponderId.Type |
A
ResponderId enumeration describing the accepted forms for a
ResponderId. |
| Exception | Description |
|---|---|
| SunCertPathBuilderException |
This is a subclass of the generic
CertPathBuilderException. |