| Modifier and Type | Method and Description |
|---|---|
CertificateList[] |
RevRepContent.getCrls() |
CertificateList[] |
CRLAnnContent.toCertificateListArray() |
| Modifier and Type | Method and Description |
|---|---|
RevRepContentBuilder |
RevRepContentBuilder.addCrl(CertificateList crl) |
| Modifier and Type | Method and Description |
|---|---|
CertificateList |
TimeStampAndCRL.getCertificateList() |
| 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 |
JDKX509CertificateFactory.createCRL(CertificateList c) |
| Constructor and Description |
|---|
X509CRLObject(CertificateList c) |
Copyright © 2015. All rights reserved.