Uses of Interface
com.itextpdf.commons.bouncycastle.cert.IX509v2CRLBuilder
Packages that use IX509v2CRLBuilder
Package
Description
-
Uses of IX509v2CRLBuilder in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IX509v2CRLBuilderModifier and TypeMethodDescriptionBouncyCastleFactory.createX509v2CRLBuilder
(IX500Name x500Name, Date date) Create X509 Version 2 CRL Builder wrapper from X500 Name wrapper andDate
. -
Uses of IX509v2CRLBuilder in com.itextpdf.bouncycastle.cert
Classes in com.itextpdf.bouncycastle.cert that implement IX509v2CRLBuilderMethods in com.itextpdf.bouncycastle.cert that return IX509v2CRLBuilderModifier and TypeMethodDescriptionX509v2CRLBuilderBC.addCRLEntry
(BigInteger bigInteger, Date date, int i) Calls actualaddCRLEntry
method for the wrapped X509v2CRLBuilder object.X509v2CRLBuilderBC.addExtension
(IASN1ObjectIdentifier objectIdentifier, boolean isCritical, IASN1Encodable extension) Calls actualaddExtension
method for the wrapped X509v2CRLBuilder object.X509v2CRLBuilderBC.setNextUpdate
(Date nextUpdate) Calls actualsetNextUpdate
method for the wrapped X509v2CRLBuilder object. -
Uses of IX509v2CRLBuilder in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IX509v2CRLBuilderModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createX509v2CRLBuilder
(IX500Name x500Name, Date thisUpdate) -
Uses of IX509v2CRLBuilder in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IX509v2CRLBuilderModifier and TypeMethodDescriptionIBouncyCastleFactory.createX509v2CRLBuilder
(IX500Name x500Name, Date thisUpdate) Create X509 Version 2 CRL Builder wrapper from X500 Name wrapper andDate
. -
Uses of IX509v2CRLBuilder in com.itextpdf.commons.bouncycastle.cert
Methods in com.itextpdf.commons.bouncycastle.cert that return IX509v2CRLBuilderModifier and TypeMethodDescriptionIX509v2CRLBuilder.addCRLEntry
(BigInteger bigInteger, Date date, int i) Calls actualaddCRLEntry
method for the wrapped X509v2CRLBuilder object.IX509v2CRLBuilder.addExtension
(IASN1ObjectIdentifier objectIdentifier, boolean isCritical, IASN1Encodable extension) Calls actualaddExtension
method for the wrapped X509v2CRLBuilder object.IX509v2CRLBuilder.setNextUpdate
(Date nextUpdate) Calls actualsetNextUpdate
method for the wrapped X509v2CRLBuilder object.