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

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

Introduction

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

The text is from its open source code.

Constructor

Method

X509v2CRLBuilderaddCRLEntry(BigInteger userCertificateSerial, Date revocationDate, int reason)
Add a CRL entry with the just reasonCode extension.
X509v2CRLBuilderaddExtension(ASN1ObjectIdentifier oid, boolean isCritical, ASN1Encodable value)
Add a given extension field for the standard extensions tag (tag 3)
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.