Bouncy Castle Cryptography Library 1.37

Package org.bouncycastle.x509

Classes for supporting the generation of X.509 certificates and X.509 attribute certificates.

See:
          Description

Interface Summary
X509AttributeCertificate Interface for an X.509 Attribute Certificate.
X509StoreParameters  
 

Class Summary
AttributeCertificateHolder The Holder object.
AttributeCertificateIssuer Carrying class for an attribute certificate issuer.
ExtendedPKIXBuilderParameters This class contains extended parameters for PKIX certification path builders.
ExtendedPKIXParameters This class extends the PKIXParameters with a validity model parameter.
PKIXAttrCertChecker  
PKIXCertPathReviewer PKIXCertPathReviewer
Validation of X.509 Certificate Paths.
X509Attribute Class for carrying the values in an X.509 Attribute.
X509AttributeCertStoreSelector This class is an Selector like implementation to select attribute certificates from a given set of criteria.
X509CertificatePair This class contains a cross certificate pair.
X509CertPairStoreSelector This class is an Selector like implementation to select certificates pairs, which are e.g. used for cross certificates.
X509CertStoreSelector This class is a Selector implementation for X.509 certificates.
X509CollectionStoreParameters This class contains a collection for collection based X509Stores.
X509CRLStoreSelector This class is a Selector implementation for X.509 certificate revocation lists.
X509Store  
X509StoreSpi  
X509StreamParser This class allows access to different implementations for reading X.509 objects from streams.
X509StreamParserSpi This abstract class defines the service provider interface (SPI) for X509StreamParser.
X509V1CertificateGenerator class to produce an X.509 Version 1 certificate.
X509V2AttributeCertificate An implementation of a version 2 X.509 Attribute Certificate.
X509V2AttributeCertificateGenerator class to produce an X.509 Version 2 AttributeCertificate.
X509V2CRLGenerator class to produce an X.509 Version 2 CRL.
X509V3CertificateGenerator class to produce an X.509 Version 3 certificate.
 

Exception Summary
CertPathReviewerException  
NoSuchParserException  
NoSuchStoreException  
 

Package org.bouncycastle.x509 Description

Classes for supporting the generation of X.509 certificates and X.509 attribute certificates.


Bouncy Castle Cryptography Library 1.37