Bouncy Castle Cryptography Library 1.37

Package org.bouncycastle.jce

Utility classes for use with the JCE.

See:
          Description

Class Summary
ECGOST3410NamedCurveTable a table of locally supported named curves.
ECNamedCurveTable a table of locally supported named curves.
ECPointUtil Utility class for handling EC point decoding.
MultiCertStoreParameters  
PKCS10CertificationRequest A class for verifying and creating PKCS10 Certification requests.
PKCS7SignedData Deprecated. this class really is obsolete - use the CMS package.
PrincipalUtil a utility class that will extract X509Principal objects from X.509 certificates.
ProviderConfigurationPermission A permission class to define what can be done with the ConfigurableProvider interface.
X509KeyUsage A holding class for constructing an X509 Key Usage extension.
X509LDAPCertStoreParameters An expanded set of parameters for an LDAPCertStore
X509LDAPCertStoreParameters.Builder  
X509Principal a general extension of X509Name with a couple of extra methods and constructors.
X509V1CertificateGenerator Deprecated. use the equivalent class in org.bouncycastle.x509
X509V2CRLGenerator Deprecated. use the equivalent class in org.bouncycastle.x509
X509V3CertificateGenerator Deprecated. use the equivalent class in org.bouncycastle.x509
 

Package org.bouncycastle.jce Description

Utility classes for use with the JCE.

The classes in this package support the generation of certificates and PKCS10 signing requests.

Note: the PKCS7 class is deprecated, for a fuller version of CMS see the cms package distributed with the BC mail API.


Bouncy Castle Cryptography Library 1.37