Package | Description |
---|---|
old.org.bouncycastle.cert | |
old.org.bouncycastle.cert.jcajce |
Modifier and Type | Method and Description |
---|---|
X509v2CRLBuilder |
X509v2CRLBuilder.addCRL(X509CRLHolder other)
Add the CRLEntry objects contained in a previous CRL.
|
X509v2CRLBuilder |
X509v2CRLBuilder.addCRLEntry(BigInteger userCertificateSerial,
Date revocationDate,
int reason)
Add a CRL entry with the just reasonCode extension.
|
X509v2CRLBuilder |
X509v2CRLBuilder.addCRLEntry(BigInteger userCertificateSerial,
Date revocationDate,
int reason,
Date invalidityDate)
Add a CRL entry with an invalidityDate extension as well as a reasonCode extension.
|
X509v2CRLBuilder |
X509v2CRLBuilder.addCRLEntry(BigInteger userCertificateSerial,
Date revocationDate,
X509Extensions extensions)
Add a CRL entry with extensions.
|
X509v2CRLBuilder |
X509v2CRLBuilder.addExtension(ASN1ObjectIdentifier oid,
boolean isCritical,
ASN1Encodable value)
Add a given extension field for the standard extensions tag (tag 3)
|
X509v2CRLBuilder |
X509v2CRLBuilder.setNextUpdate(Date date)
Set the date by which the next CRL will become available.
|
Modifier and Type | Class and Description |
---|---|
class |
JcaX509v2CRLBuilder |
Copyright © 2015. All rights reserved.