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 |
---|---|
protected CRL |
CertificateFactory.createCRL(CertificateList c) |
Constructor and Description |
---|
X509CRLObject(CertificateList c)
Deprecated.
|
Copyright © 2017 BouncyCastle.org. All rights reserved.