| Package | Description |
|---|---|
| org.bouncycastle.cert | |
| org.bouncycastle.cert.selector | |
| org.bouncycastle.cms | |
| org.bouncycastle.tsp | |
| org.bouncycastle.voms |
| 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.
|
| Constructor and Description |
|---|
X509v2AttributeCertificateBuilder(X509AttributeCertificateHolder template)
Create a builder for a version 2 attribute certificate, initialised with another certificate.
|
| 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 |
|---|---|
Store<X509AttributeCertificateHolder> |
CMSSignedData.getAttributeCertificates()
Return any X.509 attribute certificate objects in this SignedData structure as a Store of X509AttributeCertificateHolder objects.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Store<X509AttributeCertificateHolder> |
TimeStampToken.getAttributeCertificates() |
| Modifier and Type | Method and Description |
|---|---|
X509AttributeCertificateHolder |
VOMSAttribute.getAC() |
| Constructor and Description |
|---|
VOMSAttribute(X509AttributeCertificateHolder ac)
Parses the contents of an attribute certificate.
NOTE: Cryptographic signatures, time stamps etc. |
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.