Uses of Interface
com.itextpdf.commons.bouncycastle.cert.IX509v2CRLBuilder
Package
Description
-
Uses of IX509v2CRLBuilder in com.itextpdf.bouncycastle
Modifier 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
Modifier 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.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createX509v2CRLBuilder
(IX500Name x500Name, Date date) Create X509 Version 2 CRL Builder wrapper from X500 Name wrapper andDate
. -
Uses of IX509v2CRLBuilder in com.itextpdf.bouncycastlefips.cert
Modifier and TypeClassDescriptionclass
Wrapper class forX509v2CRLBuilder
.Modifier and TypeMethodDescriptionX509v2CRLBuilderBCFips.addCRLEntry
(BigInteger bigInteger, Date date, int i) Calls actualaddCRLEntry
method for the wrapped X509v2CRLBuilder object.X509v2CRLBuilderBCFips.addExtension
(IASN1ObjectIdentifier objectIdentifier, boolean isCritical, IASN1Encodable extension) Calls actualaddExtension
method for the wrapped X509v2CRLBuilder object.X509v2CRLBuilderBCFips.setNextUpdate
(Date nextUpdate) Calls actualsetNextUpdate
method for the wrapped X509v2CRLBuilder object. -
Uses of IX509v2CRLBuilder in com.itextpdf.commons.bouncycastle
Modifier 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
Modifier 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.