Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.x509.IExtension
Packages that use IExtension
Package
Description
-
Uses of IExtension in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IExtensionModifier and TypeMethodDescriptionBouncyCastleFactory.createExtension()
Create extension wrapper without parameters.BouncyCastleFactory.createExtension
(IASN1ObjectIdentifier objectIdentifier, boolean critical, IASN1OctetString octetString) Create extension wrapper from ASN1 Object identifier wrapper,boolean
and ASN1 Octet string wrapper.Methods in com.itextpdf.bouncycastle with parameters of type IExtensionModifier and TypeMethodDescriptionBouncyCastleFactory.createExtensions
(IExtension extension) Create extensions wrapper from extension wrapper.BouncyCastleFactory.createExtensions
(IExtension[] extensions) Create extensions wrapper from extension wrapper.boolean
BouncyCastleFactory.isNullExtension
(IExtension ext) Checks if provided extension wrapper wrapsnull
. -
Uses of IExtension in com.itextpdf.bouncycastle.asn1.x509
Classes in com.itextpdf.bouncycastle.asn1.x509 that implement IExtensionConstructors in com.itextpdf.bouncycastle.asn1.x509 with parameters of type IExtensionModifierConstructorDescriptionExtensionsBC
(IExtension extensions) Creates new wrapper instance forExtensions
. -
Uses of IExtension in com.itextpdf.bouncycastle.cert.ocsp
Methods in com.itextpdf.bouncycastle.cert.ocsp that return IExtensionModifier and TypeMethodDescriptionOCSPReqBC.getExtension
(IASN1ObjectIdentifier objectIdentifier) Calls actualgetExtension
method for the wrapped OCSPReq object. -
Uses of IExtension in com.itextpdf.bouncycastlefips
Methods in com.itextpdf.bouncycastlefips that return IExtensionModifier and TypeMethodDescriptionBouncyCastleFipsFactory.createExtension()
Create extension wrapper without parameters.BouncyCastleFipsFactory.createExtension
(IASN1ObjectIdentifier objectIdentifier, boolean critical, IASN1OctetString octetString) Create extension wrapper from ASN1 Object identifier wrapper,boolean
and ASN1 Octet string wrapper.Methods in com.itextpdf.bouncycastlefips with parameters of type IExtensionModifier and TypeMethodDescriptionBouncyCastleFipsFactory.createExtensions
(IExtension extension) Create extensions wrapper from extension wrapper.BouncyCastleFipsFactory.createExtensions
(IExtension[] extensions) Create extensions wrapper from extension wrapper.boolean
BouncyCastleFipsFactory.isNullExtension
(IExtension ext) Checks if provided extension wrapper wrapsnull
. -
Uses of IExtension in com.itextpdf.bouncycastlefips.asn1.x509
Classes in com.itextpdf.bouncycastlefips.asn1.x509 that implement IExtensionConstructors in com.itextpdf.bouncycastlefips.asn1.x509 with parameters of type IExtensionModifierConstructorDescriptionExtensionsBCFips
(IExtension extensions) Creates new wrapper instance forExtensions
. -
Uses of IExtension in com.itextpdf.bouncycastlefips.cert.ocsp
Methods in com.itextpdf.bouncycastlefips.cert.ocsp that return IExtensionModifier and TypeMethodDescriptionOCSPReqBCFips.getExtension
(IASN1ObjectIdentifier objectIdentifier) Calls actualgetExtension
method for the wrapped OCSPReq object. -
Uses of IExtension in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IExtensionModifier and TypeMethodDescriptionIBouncyCastleFactory.createExtension()
Create extension wrapper without parameters.IBouncyCastleFactory.createExtension
(IASN1ObjectIdentifier objectIdentifier, boolean critical, IASN1OctetString octetString) Create extension wrapper from ASN1 Object identifier wrapper,boolean
and ASN1 Octet string wrapper.Methods in com.itextpdf.commons.bouncycastle with parameters of type IExtensionModifier and TypeMethodDescriptionIBouncyCastleFactory.createExtensions
(IExtension extension) Create extensions wrapper from extension wrapper.IBouncyCastleFactory.createExtensions
(IExtension[] extensions) Create extensions wrapper from extension wrapper.boolean
IBouncyCastleFactory.isNullExtension
(IExtension extNonce) Checks if provided extension wrapper wrapsnull
. -
Uses of IExtension in com.itextpdf.commons.bouncycastle.cert.ocsp
Methods in com.itextpdf.commons.bouncycastle.cert.ocsp that return IExtensionModifier and TypeMethodDescriptionIOCSPReq.getExtension
(IASN1ObjectIdentifier objectIdentifier) Calls actualgetExtension
method for the wrapped OCSPReq object.