Generated by
JDiff

Package java.security.cert

Added Classes and Interfaces
CRLSelector A selector that defines a set of criteria for selecting CRLs.
CertPath An immutable sequence of certificates (a certification path).
CertPath.CertPathRep Alternate CertPath class for serialization.
CertPathBuilder A class for building certification paths (also known as certificate chains).
CertPathBuilderException An exception indicating one of a variety of problems encountered when building a certification path with a CertPathBuilder.
CertPathBuilderResult A specification of the result of a certification path builder algorithm.
CertPathBuilderSpi The Service Provider Interface (SPI) for the CertPathBuilder class.
CertPathParameters A specification of certification path algorithm parameters.
CertPathValidator A class for validating certification paths (also known as certificate chains).
CertPathValidatorException An exception indicating one of a variety of problems encountered when validating a certification path.
CertPathValidatorResult A specification of the result of a certification path validator algorithm.
CertPathValidatorSpi The Service Provider Interface (SPI) for the CertPathValidator class.
CertSelector A selector that defines a set of criteria for selecting Certificates.
CertStore A class for retrieving Certificates and CRLs from a repository.
CertStoreException An exception indicating one of a variety of problems retrieving certificates and CRLs from a CertStore.
CertStoreParameters A specification of CertStore parameters.
CertStoreSpi The Service Provider Interface (SPI) for the CertStore class.
CollectionCertStoreParameters Parameters used as input for the Collection CertStore algorithm.
LDAPCertStoreParameters Parameters used as input for the LDAP CertStore algorithm.
PKIXBuilderParameters Parameters used as input for the PKIX CertPathBuilder algorithm.
PKIXCertPathBuilderResult This class represents the successful result of the PKIX certification path builder algorithm.
PKIXCertPathChecker An abstract class that performs one or more checks on an X509Certificate.
PKIXCertPathValidatorResult This class represents the successful result of the PKIX certification path validation algorithm.
PKIXParameters Parameters used as input for the PKIX CertPathValidator algorithm.
PolicyNode An immutable valid policy tree node as defined by the PKIX certification path validation algorithm.
PolicyQualifierInfo An immutable policy qualifier represented by the ASN.1 PolicyQualifierInfo structure.
TrustAnchor A trust anchor or most-trusted Certification Authority (CA).
X509CRLSelector A CRLSelector that selects X509CRLs that match all specified criteria.
X509CertSelector A CertSelector that selects X509Certificates that match all specified criteria.
 

Changed Classes
CertificateFactory This class defines the functionality of a certificate factory which is used to generate certificate certification path (CertPath) and certificate revocation list (CRL) objects from their encodings.
CertificateFactorySpi This class defines the Service Provider Interface (SPI) for the CertificateFactory class.
X509CRL

Abstract class for an X.509 Certificate Revocation List (CRL).

X509Certificate

Abstract class for X.509 certificates.