Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IASN1String
-
-
Uses of IASN1String in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IASN1String Modifier and Type Method Description IASN1String
BouncyCastleFactory. createASN1String(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 String wrapper. -
Uses of IASN1String in com.itextpdf.bouncycastle.asn1
Classes in com.itextpdf.bouncycastle.asn1 that implement IASN1String Modifier and Type Class Description class
ASN1BitStringBC
Wrapper class forASN1BitString
.class
ASN1StringBC
Wrapper class forASN1String
.class
DERIA5StringBC
Wrapper class forDERIA5String
. -
Uses of IASN1String in com.itextpdf.bouncycastle.asn1.x509
Classes in com.itextpdf.bouncycastle.asn1.x509 that implement IASN1String Modifier and Type Class Description class
ReasonFlagsBC
Wrapper class forReasonFlags
. -
Uses of IASN1String in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IASN1String Modifier and Type Method Description IASN1String
BouncyCastleDefaultFactory. createASN1String(IASN1Encodable encodable)
-
Uses of IASN1String in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IASN1String Modifier and Type Method Description IASN1String
IBouncyCastleFactory. createASN1String(IASN1Encodable encodable)
Cast ASN1 Encodable wrapper to ASN1 String wrapper. -
Uses of IASN1String in com.itextpdf.commons.bouncycastle.asn1
Subinterfaces of IASN1String in com.itextpdf.commons.bouncycastle.asn1 Modifier and Type Interface Description interface
IASN1BitString
This interface represents the wrapper for ASN1BitString that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.interface
IDERIA5String
This interface represents the wrapper for DERIA5String that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. -
Uses of IASN1String in com.itextpdf.commons.bouncycastle.asn1.x509
Subinterfaces of IASN1String 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.
-