Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.x509.IExtension
-
-
Uses of IExtension in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IExtension Modifier and Type Method Description IExtension
BouncyCastleFactory. createExtension()
Create extension wrapper without parameters.IExtension
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 IExtension Modifier and Type Method Description IExtensions
BouncyCastleFactory. createExtensions(IExtension extension)
Create extensions wrapper from extension wrapper.IExtensions
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 IExtension Modifier and Type Class Description class
ExtensionBC
Wrapper class forExtension
.Constructors in com.itextpdf.bouncycastle.asn1.x509 with parameters of type IExtension Constructor Description ExtensionsBC(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 IExtension Modifier and Type Method Description IExtension
OCSPReqBC. getExtension(IASN1ObjectIdentifier objectIdentifier)
Calls actualgetExtension
method for the wrapped OCSPReq object. -
Uses of IExtension in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IExtension Modifier and Type Method Description IExtension
BouncyCastleDefaultFactory. createExtension()
IExtension
BouncyCastleDefaultFactory. createExtension(IASN1ObjectIdentifier objectIdentifier, boolean critical, IASN1OctetString octetString)
Methods in com.itextpdf.bouncycastleconnector with parameters of type IExtension Modifier and Type Method Description IExtensions
BouncyCastleDefaultFactory. createExtensions(IExtension extension)
IExtensions
BouncyCastleDefaultFactory. createExtensions(IExtension[] extension)
boolean
BouncyCastleDefaultFactory. isNullExtension(IExtension extNonce)
-
Uses of IExtension in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IExtension Modifier and Type Method Description IExtension
IBouncyCastleFactory. createExtension()
Create extension wrapper without parameters.IExtension
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 IExtension Modifier and Type Method Description IExtensions
IBouncyCastleFactory. createExtensions(IExtension extension)
Create extensions wrapper from extension wrapper.IExtensions
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 IExtension Modifier and Type Method Description IExtension
IOCSPReq. getExtension(IASN1ObjectIdentifier objectIdentifier)
Calls actualgetExtension
method for the wrapped OCSPReq object.
-