Java org.bouncycastle.cert X509v2CRLBuilder fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.cert X509v2CRLBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.cert X509v2CRLBuilder.

The text is from its open source code.

Constructor

Method

X509v2CRLBuilderaddCRL(X509CRLHolder other)
Add the CRLEntry objects contained in a previous CRL.
X509v2CRLBuilderaddCRLEntry(BigInteger userCertificateSerial, Date revocationDate, int reason)
Add a CRL entry with the just reasonCode extension.
X509v2CRLBuilderaddCRLEntry(BigInteger userCertificateSerial, Date revocationDate, Extensions extensions)
Add a CRL entry with extensions.
X509v2CRLBuilderaddCRLEntry(BigInteger userCertificateSerial, Date revocationDate, int reason, Date invalidityDate)
Add a CRL entry with an invalidityDate extension as well as a reasonCode extension.
X509v2CRLBuilderaddExtension(ASN1ObjectIdentifier oid, boolean isCritical, ASN1Encodable value)
Add a given extension field for the standard extensions tag (tag 3)
X509v2CRLBuilderaddExtension(ASN1ObjectIdentifier oid, boolean isCritical, byte[] encodedValue)
Add a given extension field for the standard extensions tag (tag 3) using a byte encoding of the extension value.
X509CRLHolderbuild(ContentSigner signer)
Generate an X.509 CRL, based on the current issuer and subject using the passed in signer.
X509v2CRLBuildersetNextUpdate(Date date)
Set the date by which the next CRL will become available.
X509v2CRLBuildersetNextUpdate(Time date)
Set the date by which the next CRL will become available.