| Package | Description |
|---|---|
| org.bouncycastle.cert | |
| org.bouncycastle.cert.jcajce | |
| org.bouncycastle.cmc | |
| org.bouncycastle.cms | |
| org.bouncycastle.est | |
| org.bouncycastle.pkcs | |
| org.bouncycastle.tsp |
| Modifier and Type | Method and Description |
|---|---|
X509CRLHolder |
X509v2CRLBuilder.build(ContentSigner signer)
Generate an X.509 CRL, based on the current issuer and subject
using the passed in signer.
|
| Modifier and Type | Method and Description |
|---|---|
X509v2CRLBuilder |
X509v2CRLBuilder.addCRL(X509CRLHolder other)
Add the CRLEntry objects contained in a previous CRL.
|
| Constructor and Description |
|---|
X509v2CRLBuilder(X509CRLHolder template)
Create a builder for a version 2 CRL, initialised with another CRL.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JcaX509CRLHolder
JCA helper class for converting an X509CRL into a X509CRLHolder object.
|
| Modifier and Type | Method and Description |
|---|---|
JcaCertStoreBuilder |
JcaCertStoreBuilder.addCRL(X509CRLHolder crl)
Add a single CRL.
|
X509CRL |
JcaX509CRLConverter.getCRL(X509CRLHolder crlHolder)
Use the configured converter to produce a X509CRL object from a X509CRLHolder object.
|
| Modifier and Type | Method and Description |
|---|---|
Store<X509CRLHolder> |
SimplePKIResponse.getCRLs()
Return any X.509 CRL objects in this SimplePKIResponse structure as a Store of X509CRLHolder objects.
|
| Modifier and Type | Method and Description |
|---|---|
Store<X509CRLHolder> |
CMSSignedData.getCRLs()
Return any X.509 CRL objects in this SignedData structure as a Store of X509CRLHolder objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CMSSignedGenerator.addCRL(X509CRLHolder crl)
Add a CRL to the CRL set to be included with the generated SignedData message.
|
| Modifier and Type | Method and Description |
|---|---|
Store<X509CRLHolder> |
CACertsResponse.getCrlStore() |
| Constructor and Description |
|---|
CACertsResponse(Store<X509CertificateHolder> store,
Store<X509CRLHolder> crlHolderStore,
ESTRequest requestToRetry,
Source session,
boolean trusted) |
| Constructor and Description |
|---|
PKCS12SafeBagBuilder(X509CRLHolder crl) |
| Modifier and Type | Method and Description |
|---|---|
Store<X509CRLHolder> |
TimeStampToken.getCRLs() |
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.