Package | Description |
---|---|
org.bouncycastle.cert |
Basic support package for handling and creating X.509 certificates, CRLs, and attribute certificates.
|
org.bouncycastle.cert.jcajce |
JCA extensions to the certificate building and processing package.
|
org.bouncycastle.cert.selector |
Specialised Selector classes for certificates, CRLs, and attribute certificates.
|
org.bouncycastle.cms |
A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369).
|
Modifier and Type | Method and Description |
---|---|
X509AttributeCertificateHolder |
X509v2AttributeCertificateBuilder.build(ContentSigner signer)
Generate an X509 certificate, based on the current issuer and subject
using the passed in signer.
|
Modifier and Type | Class and Description |
---|---|
class |
JcaX509AttributeCertificateHolder
JCA helper class for converting an old style X509AttributeCertificate into a X509AttributeCertificateHolder object.
|
Modifier and Type | Method and Description |
---|---|
X509AttributeCertificateHolder |
X509AttributeCertificateHolderSelector.getAttributeCert()
Returns the attribute certificate holder which must be matched.
|
Modifier and Type | Method and Description |
---|---|
void |
X509AttributeCertificateHolderSelectorBuilder.setAttributeCert(X509AttributeCertificateHolder attributeCert)
Set the attribute certificate to be matched.
|
Modifier and Type | Method and Description |
---|---|
void |
CMSSignedGenerator.addAttributeCertificate(X509AttributeCertificateHolder attrCert)
Add the attribute certificates in attrStore to the certificate set to be included with the generated SignedData message.
|