Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IASN1BitString
-
-
Uses of IASN1BitString in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IASN1BitString Modifier and Type Method Description IASN1BitString
BouncyCastleFactory. createASN1BitString(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 Bit string wrapper. -
Uses of IASN1BitString in com.itextpdf.bouncycastle.asn1
Classes in com.itextpdf.bouncycastle.asn1 that implement IASN1BitString Modifier and Type Class Description class
ASN1BitStringBC
Wrapper class forASN1BitString
. -
Uses of IASN1BitString in com.itextpdf.bouncycastle.asn1.x509
Classes in com.itextpdf.bouncycastle.asn1.x509 that implement IASN1BitString Modifier and Type Class Description class
ReasonFlagsBC
Wrapper class forReasonFlags
. -
Uses of IASN1BitString in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IASN1BitString Modifier and Type Method Description IASN1BitString
BouncyCastleDefaultFactory. createASN1BitString(IASN1Encodable encodable)
-
Uses of IASN1BitString in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IASN1BitString Modifier and Type Method Description IASN1BitString
IBouncyCastleFactory. createASN1BitString(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 Bit string wrapper. -
Uses of IASN1BitString in com.itextpdf.commons.bouncycastle.asn1.x509
Subinterfaces of IASN1BitString in com.itextpdf.commons.bouncycastle.asn1.x509 Modifier and Type Interface Description interface
IReasonFlags
This interface represents the wrapper for ReasonFlags that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
-