Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.x509.IExtension
Package
Description
-
Uses of IExtension in com.itextpdf.bouncycastle
Modifier 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.Modifier 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
ModifierConstructorDescriptionExtensionsBC
(IExtension extensions) Creates new wrapper instance forExtensions
. -
Uses of IExtension in com.itextpdf.bouncycastle.cert.ocsp
Modifier and TypeMethodDescriptionOCSPReqBC.getExtension
(IASN1ObjectIdentifier objectIdentifier) Calls actualgetExtension
method for the wrapped OCSPReq object. -
Uses of IExtension in com.itextpdf.bouncycastlefips
Modifier 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.Modifier 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
ModifierConstructorDescriptionExtensionsBCFips
(IExtension extensions) Creates new wrapper instance forExtensions
. -
Uses of IExtension in com.itextpdf.bouncycastlefips.cert.ocsp
Modifier and TypeMethodDescriptionOCSPReqBCFips.getExtension
(IASN1ObjectIdentifier objectIdentifier) Calls actualgetExtension
method for the wrapped OCSPReq object. -
Uses of IExtension in com.itextpdf.commons.bouncycastle
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionIOCSPReq.getExtension
(IASN1ObjectIdentifier objectIdentifier) Calls actualgetExtension
method for the wrapped OCSPReq object.