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 IExtensionBouncyCastleFactory. createExtension()Create extension wrapper without parameters.IExtensionBouncyCastleFactory. createExtension(IASN1ObjectIdentifier objectIdentifier, boolean critical, IASN1OctetString octetString)Create extension wrapper from ASN1 Object identifier wrapper,booleanand ASN1 Octet string wrapper.Methods in com.itextpdf.bouncycastle with parameters of type IExtension Modifier and Type Method Description IExtensionsBouncyCastleFactory. createExtensions(IExtension extension)Create extensions wrapper from extension wrapper.IExtensionsBouncyCastleFactory. createExtensions(IExtension[] extensions)Create extensions wrapper from extension wrapper.booleanBouncyCastleFactory. 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 classExtensionBCWrapper 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 IExtensionOCSPReqBC. getExtension(IASN1ObjectIdentifier objectIdentifier)Calls actualgetExtensionmethod 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 IExtensionBouncyCastleDefaultFactory. createExtension()IExtensionBouncyCastleDefaultFactory. createExtension(IASN1ObjectIdentifier objectIdentifier, boolean critical, IASN1OctetString octetString)Methods in com.itextpdf.bouncycastleconnector with parameters of type IExtension Modifier and Type Method Description IExtensionsBouncyCastleDefaultFactory. createExtensions(IExtension extension)IExtensionsBouncyCastleDefaultFactory. createExtensions(IExtension[] extension)booleanBouncyCastleDefaultFactory. 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 IExtensionIBouncyCastleFactory. createExtension()Create extension wrapper without parameters.IExtensionIBouncyCastleFactory. createExtension(IASN1ObjectIdentifier objectIdentifier, boolean critical, IASN1OctetString octetString)Create extension wrapper from ASN1 Object identifier wrapper,booleanand ASN1 Octet string wrapper.Methods in com.itextpdf.commons.bouncycastle with parameters of type IExtension Modifier and Type Method Description IExtensionsIBouncyCastleFactory. createExtensions(IExtension extension)Create extensions wrapper from extension wrapper.IExtensionsIBouncyCastleFactory. createExtensions(IExtension[] extensions)Create extensions wrapper from extension wrapper.booleanIBouncyCastleFactory. 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 IExtensionIOCSPReq. getExtension(IASN1ObjectIdentifier objectIdentifier)Calls actualgetExtensionmethod for the wrapped OCSPReq object.
-