Bouncy Castle Cryptography Library 1.77.0

Package org.bouncycastle.x509

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

See:
          Description

Interface Summary
X509AttributeCertificate Deprecated. use X509CertificateHolder class in the PKIX package.
X509StoreParameters  
 

Class Summary
AttributeCertificateHolder Deprecated. use org.bouncycastle.cert.AttributeCertificateHolder
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.
X509Attribute Deprecated. see X509CertificateHolder class in the PKIX package.
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.
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 Deprecated. use CollectionStore - this class will be removed.
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 Deprecated. use org.bouncycastle.cert.X509v1CertificateBuilder.
X509V2AttributeCertificate Deprecated. use org.bouncycastle.cert.X509AttributeCertificateHolder
X509V2CRLGenerator Deprecated. use org.bouncycastle.cert.X509v2CRLBuilder.
X509V3CertificateGenerator Deprecated. use org.bouncycastle.cert.X509v3CertificateBuilder.
 

Exception Summary
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.77.0