Uses of Interface
com.itextpdf.commons.bouncycastle.cert.IX509v2CRLBuilder
-
-
Uses of IX509v2CRLBuilder in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IX509v2CRLBuilder Modifier and Type Method Description IX509v2CRLBuilder
BouncyCastleFactory. createX509v2CRLBuilder(IX500Name x500Name, java.util.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 IX509v2CRLBuilder Modifier and Type Class Description class
X509v2CRLBuilderBC
Wrapper class forX509v2CRLBuilder
.Methods in com.itextpdf.bouncycastle.cert that return IX509v2CRLBuilder Modifier and Type Method Description IX509v2CRLBuilder
X509v2CRLBuilderBC. addCRLEntry(java.math.BigInteger bigInteger, java.util.Date date, int i)
Calls actualaddCRLEntry
method for the wrapped X509v2CRLBuilder object.IX509v2CRLBuilder
X509v2CRLBuilderBC. addExtension(IASN1ObjectIdentifier objectIdentifier, boolean isCritical, IASN1Encodable extension)
Calls actualaddExtension
method for the wrapped X509v2CRLBuilder object.IX509v2CRLBuilder
X509v2CRLBuilderBC. setNextUpdate(java.util.Date nextUpdate)
Calls actualsetNextUpdate
method for the wrapped X509v2CRLBuilder object. -
Uses of IX509v2CRLBuilder in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IX509v2CRLBuilder Modifier and Type Method Description IX509v2CRLBuilder
BouncyCastleDefaultFactory. createX509v2CRLBuilder(IX500Name x500Name, java.util.Date thisUpdate)
-
Uses of IX509v2CRLBuilder in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IX509v2CRLBuilder Modifier and Type Method Description IX509v2CRLBuilder
IBouncyCastleFactory. createX509v2CRLBuilder(IX500Name x500Name, java.util.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 IX509v2CRLBuilder Modifier and Type Method Description IX509v2CRLBuilder
IX509v2CRLBuilder. addCRLEntry(java.math.BigInteger bigInteger, java.util.Date date, int i)
Calls actualaddCRLEntry
method for the wrapped X509v2CRLBuilder object.IX509v2CRLBuilder
IX509v2CRLBuilder. addExtension(IASN1ObjectIdentifier objectIdentifier, boolean isCritical, IASN1Encodable extension)
Calls actualaddExtension
method for the wrapped X509v2CRLBuilder object.IX509v2CRLBuilder
IX509v2CRLBuilder. setNextUpdate(java.util.Date nextUpdate)
Calls actualsetNextUpdate
method for the wrapped X509v2CRLBuilder object.
-