Package | Description |
---|---|
java.net | |
java.security | |
java.security.cert | |
java.util.jar |
Class and Description |
---|
Certificate |
Class and Description |
---|
Certificate |
CertificateException
This class represents a general certificate exception.
|
Class and Description |
---|
Certificate |
CertificateEncodingException
This class represents an encoding exception for a certificate.
|
CertificateException
This class represents a general certificate exception.
|
CertificateExpiredException
This class indicates that a given certificate has expired.
|
CertificateFactory |
CertificateFactorySpi |
CertificateNotYetValidException
This class indicates that a given certificate is not valid yet.
|
CertificateParsingException
This class indicates that a given certificate could not be parsed.
|
CertPath
This class represents an immutable sequence, or path, of security
certificates.
|
CertPathBuilder
This class implements the functionality of a builder for an unverified
Certification Paths from a specified certificate to a trust anchor.
|
CertPathBuilderException
Indicates a problem while using a
CertPathBuilder , wrapping
the lower exception. |
CertPathBuilderResult
A standard interface for the result of building a certificate path.
|
CertPathBuilderSpi
The
CertPathBuilder Service Provider Interface
(SPI). |
CertPathParameters
Parameters for generating and validating certificate paths.
|
CertPathValidator
Generic interface to classes that validate certificate paths.
|
CertPathValidatorException
Indicates a problem while validating a certification path.
|
CertPathValidatorResult
Interface to the result of calling
CertPathValidator.validate(java.security.cert.CertPath,java.security.cert.CertPathParameters) . |
CertPathValidatorSpi
The service provider interface (SPI) for the
CertPathValidator class. |
CertSelector |
CertStore
A CertStore is a read-only repository for certificates and
certificate revocation lists.
|
CertStoreException
Indicates a problem while retrieving certificates and CRLs from
CertStore , wrapping the lower exception. |
CertStoreParameters
Parameters used when creating instances of
CertStore . |
CertStoreSpi
The service provider interface (SPI) for the
CertStore class. |
CRL |
CRLException |
CRLSelector
A generic interface to classes that match certificate revocation
lists (CRLs) to some given criteria.
|
PKIXCertPathChecker
A validator for X.509 certificates when approving certificate chains.
|
PKIXCertPathValidatorResult
Results returned by the
CertPathValidator.validate(java.security.cert.CertPath,java.security.cert.CertPathParameters)
method for PKIX CertPathValidator s. |
PKIXParameters
Parameters for verifying certificate paths using the PKIX
(Public-Key Infrastructure (X.509)) algorithm.
|
PolicyNode |
TrustAnchor
An ultimately-trusted certificate to serve as the root of a
certificate chain.
|
X509Certificate |
X509CRLEntry |
X509Extension |
Class and Description |
---|
Certificate |