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 IX509v2CRLBuilderBouncyCastleFactory. 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 classX509v2CRLBuilderBCWrapper class forX509v2CRLBuilder.Methods in com.itextpdf.bouncycastle.cert that return IX509v2CRLBuilder Modifier and Type Method Description IX509v2CRLBuilderX509v2CRLBuilderBC. addCRLEntry(java.math.BigInteger bigInteger, java.util.Date date, int i)Calls actualaddCRLEntrymethod for the wrapped X509v2CRLBuilder object.IX509v2CRLBuilderX509v2CRLBuilderBC. addExtension(IASN1ObjectIdentifier objectIdentifier, boolean isCritical, IASN1Encodable extension)Calls actualaddExtensionmethod for the wrapped X509v2CRLBuilder object.IX509v2CRLBuilderX509v2CRLBuilderBC. setNextUpdate(java.util.Date nextUpdate)Calls actualsetNextUpdatemethod 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 IX509v2CRLBuilderBouncyCastleDefaultFactory. 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 IX509v2CRLBuilderIBouncyCastleFactory. 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 IX509v2CRLBuilderIX509v2CRLBuilder. addCRLEntry(java.math.BigInteger bigInteger, java.util.Date date, int i)Calls actualaddCRLEntrymethod for the wrapped X509v2CRLBuilder object.IX509v2CRLBuilderIX509v2CRLBuilder. addExtension(IASN1ObjectIdentifier objectIdentifier, boolean isCritical, IASN1Encodable extension)Calls actualaddExtensionmethod for the wrapped X509v2CRLBuilder object.IX509v2CRLBuilderIX509v2CRLBuilder. setNextUpdate(java.util.Date nextUpdate)Calls actualsetNextUpdatemethod for the wrapped X509v2CRLBuilder object.
-