Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IASN1TaggedObject
Packages that use IASN1TaggedObject
Package
Description
-
Uses of IASN1TaggedObject in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IASN1TaggedObjectModifier and TypeMethodDescriptionBouncyCastleFactory.createASN1TaggedObject
(IASN1Encodable encodable) Create ASN1 Tagged object wrapper from ASN1 Encodable wrapper.Methods in com.itextpdf.bouncycastle with parameters of type IASN1TaggedObjectModifier and TypeMethodDescriptionBouncyCastleFactory.createASN1OctetString
(IASN1TaggedObject taggedObject, boolean b) Create ASN1 Octet string wrapper from ASN1 Tagged object wrapper andboolean
parameter.BouncyCastleFactory.createASN1Set
(IASN1TaggedObject taggedObject, boolean b) Create ASN1 Set wrapper from ASN1 Tagged object wrapper andboolean
parameter.BouncyCastleFactory.createDERIA5String
(IASN1TaggedObject taggedObject, boolean b) Create DERIA5 String wrapper from ASN1 Tagged object wrapper andboolean
value. -
Uses of IASN1TaggedObject in com.itextpdf.bouncycastle.asn1
Classes in com.itextpdf.bouncycastle.asn1 that implement IASN1TaggedObjectModifier and TypeClassDescriptionclass
Wrapper class forASN1TaggedObject
.class
Wrapper class forDERTaggedObject
.Constructors in com.itextpdf.bouncycastle.asn1 with parameters of type IASN1TaggedObjectModifierConstructorDescriptionASN1OctetStringBC
(IASN1TaggedObject taggedObject, boolean b) Creates new wrapper instance forASN1OctetString
. -
Uses of IASN1TaggedObject in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IASN1TaggedObjectModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createASN1TaggedObject
(IASN1Encodable encodable) Methods in com.itextpdf.bouncycastleconnector with parameters of type IASN1TaggedObjectModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createASN1OctetString
(IASN1TaggedObject taggedObject, boolean b) BouncyCastleDefaultFactory.createASN1Set
(IASN1TaggedObject taggedObject, boolean b) BouncyCastleDefaultFactory.createDERIA5String
(IASN1TaggedObject taggedObject, boolean b) -
Uses of IASN1TaggedObject in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IASN1TaggedObjectModifier and TypeMethodDescriptionIBouncyCastleFactory.createASN1TaggedObject
(IASN1Encodable encodable) Create ASN1 Tagged object wrapper from ASN1 Encodable wrapper.Methods in com.itextpdf.commons.bouncycastle with parameters of type IASN1TaggedObjectModifier and TypeMethodDescriptionIBouncyCastleFactory.createASN1OctetString
(IASN1TaggedObject taggedObject, boolean b) Create ASN1 Octet string wrapper from ASN1 Tagged object wrapper andboolean
parameter.IBouncyCastleFactory.createASN1Set
(IASN1TaggedObject taggedObject, boolean b) Create ASN1 Set wrapper from ASN1 Tagged object wrapper andboolean
parameter.IBouncyCastleFactory.createDERIA5String
(IASN1TaggedObject taggedObject, boolean b) Create DERIA5 String wrapper from ASN1 Tagged object wrapper andboolean
value. -
Uses of IASN1TaggedObject in com.itextpdf.commons.bouncycastle.asn1
Subinterfaces of IASN1TaggedObject in com.itextpdf.commons.bouncycastle.asn1Modifier and TypeInterfaceDescriptioninterface
This interface represents the wrapper for DERTaggedObject that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. -
Uses of IASN1TaggedObject in com.itextpdf.signatures
Methods in com.itextpdf.signatures with parameters of type IASN1TaggedObjectModifier and TypeMethodDescriptionstatic void
CertificateUtil.retrieveRevocationInfoFromSignedData
(IASN1TaggedObject taggedObj, Collection<CRL> crls, Collection<IBasicOCSPResponse> ocsps, Collection<IASN1Sequence> otherRevocationInfoFormats) Try to retrieve CRL and OCSP responses from the signed data crls field.