Package | Description |
---|---|
org.bouncycastle.asn1.cmp | |
org.bouncycastle.asn1.cms | |
org.bouncycastle.asn1.esf | |
org.bouncycastle.asn1.x509 | |
org.bouncycastle.cert |
Basic support package for handling and creating X.509 certificates, CRLs, and attribute certificates.
|
org.bouncycastle.jcajce.provider.asymmetric.x509 | |
org.bouncycastle.jce.provider | |
org.bouncycastle.pkcs |
Basic support package for handling and creating PKCS#10 certification requests, PKCS#8 encrypted keys and PKCS#12 keys stores.
|
Modifier and Type | Method and Description |
---|---|
CertificateList[] |
CRLAnnContent.getCertificateLists() |
CertificateList[] |
RevRepContent.getCrls() |
Modifier and Type | Method and Description |
---|---|
RevRepContentBuilder |
RevRepContentBuilder.addCrl(CertificateList crl) |
Constructor and Description |
---|
CRLAnnContent(CertificateList crl) |
Modifier and Type | Method and Description |
---|---|
CertificateList |
TimeStampAndCRL.getCertificateList()
Deprecated.
use getCRL()
|
CertificateList |
TimeStampAndCRL.getCRL() |
Modifier and Type | Method and Description |
---|---|
CertificateList[] |
RevocationValues.getCrlVals() |
Constructor and Description |
---|
RevocationValues(CertificateList[] crlVals,
BasicOCSPResponse[] ocspVals,
OtherRevVals otherRevVals) |
Modifier and Type | Method and Description |
---|---|
static CertificateList |
CertificateList.getInstance(ASN1TaggedObject obj,
boolean explicit) |
static CertificateList |
CertificateList.getInstance(Object obj) |
Modifier and Type | Method and Description |
---|---|
CertificateList |
X509CRLHolder.toASN1Structure()
Return the underlying ASN.1 structure for the CRL in this holder.
|
Constructor and Description |
---|
X509CRLHolder(CertificateList x509CRL)
Create a X509CRLHolder from the passed in ASN.1 structure.
|
Modifier and Type | Method and Description |
---|---|
protected CRL |
CertificateFactory.createCRL(CertificateList c) |
Constructor and Description |
---|
X509CRLObject(CertificateList c)
Deprecated.
|
Constructor and Description |
---|
PKCS12SafeBagBuilder(CertificateList crl) |
Copyright © 2018 BouncyCastle.org. All rights reserved.