Uses of Class
org.bouncycastle.cert.X509v2CRLBuilder
Packages that use X509v2CRLBuilder
-
Uses of X509v2CRLBuilder in org.bouncycastle.cert
Methods in org.bouncycastle.cert that return X509v2CRLBuilderModifier and TypeMethodDescriptionX509v2CRLBuilder.addCRL(X509CRLHolder other) Add the CRLEntry objects contained in a previous CRL.X509v2CRLBuilder.addCRLEntry(BigInteger userCertificateSerial, Date revocationDate, int reason) Add a CRL entry with the just reasonCode extension.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.addCRLEntry(BigInteger userCertificateSerial, Date revocationDate, Extensions extensions) Add a CRL entry with extensions.X509v2CRLBuilder.addExtension(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.X509v2CRLBuilder.addExtension(ASN1ObjectIdentifier oid, boolean isCritical, ASN1Encodable value) Add a given extension field for the standard extensions tag (tag 3)X509v2CRLBuilder.addExtension(Extension extension) Add a given extension field for the standard extensions tag (tag 3).X509v2CRLBuilder.removeExtension(ASN1ObjectIdentifier oid) Remove the extension indicated by OID.X509v2CRLBuilder.replaceExtension(ASN1ObjectIdentifier oid, boolean isCritical, byte[] encodedValue) Replace a given extension field for the standard extensions tag (tag 3) with the passed in byte encoded extension value.X509v2CRLBuilder.replaceExtension(ASN1ObjectIdentifier oid, boolean isCritical, ASN1Encodable value) Replace the extension field for the passed in extension's extension ID with a new version.X509v2CRLBuilder.replaceExtension(Extension extension) Replace the extension field for the passed in extension's extension ID with a new version.X509v2CRLBuilder.setNextUpdate(Date date) Set the date by which the next CRL will become available.X509v2CRLBuilder.setNextUpdate(Date date, Locale dateLocale) Set the date by which the next CRL will become available.X509v2CRLBuilder.setNextUpdate(Time date) Set the date by which the next CRL will become available.X509v2CRLBuilder.setThisUpdate(Date date) Set the date by which the next CRL will become available.X509v2CRLBuilder.setThisUpdate(Date date, Locale dateLocale) Set the date by which the next CRL will become available.X509v2CRLBuilder.setThisUpdate(Time date) Set the date by which the next CRL will become available. -
Uses of X509v2CRLBuilder in org.bouncycastle.cert.jcajce
Subclasses of X509v2CRLBuilder in org.bouncycastle.cert.jcajce