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 andbooleanparameter.BouncyCastleFactory.createASN1Set(IASN1TaggedObject taggedObject, boolean b) Create ASN1 Set wrapper from ASN1 Tagged object wrapper andbooleanparameter.BouncyCastleFactory.createDERIA5String(IASN1TaggedObject taggedObject, boolean b) Create DERIA5 String wrapper from ASN1 Tagged object wrapper andbooleanvalue. -
Uses of IASN1TaggedObject in com.itextpdf.bouncycastle.asn1
Classes in com.itextpdf.bouncycastle.asn1 that implement IASN1TaggedObjectModifier and TypeClassDescriptionclassWrapper class forASN1TaggedObject.classWrapper 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.bouncycastlefips
Methods in com.itextpdf.bouncycastlefips that return IASN1TaggedObjectModifier and TypeMethodDescriptionBouncyCastleFipsFactory.createASN1TaggedObject(IASN1Encodable encodable) Create ASN1 Tagged object wrapper from ASN1 Encodable wrapper.Methods in com.itextpdf.bouncycastlefips with parameters of type IASN1TaggedObjectModifier and TypeMethodDescriptionBouncyCastleFipsFactory.createASN1OctetString(IASN1TaggedObject taggedObject, boolean b) Create ASN1 Octet string wrapper from ASN1 Tagged object wrapper andbooleanparameter.BouncyCastleFipsFactory.createASN1Set(IASN1TaggedObject taggedObject, boolean b) Create ASN1 Set wrapper from ASN1 Tagged object wrapper andbooleanparameter.BouncyCastleFipsFactory.createDERIA5String(IASN1TaggedObject taggedObject, boolean b) Create DERIA5 String wrapper from ASN1 Tagged object wrapper andbooleanvalue. -
Uses of IASN1TaggedObject in com.itextpdf.bouncycastlefips.asn1
Classes in com.itextpdf.bouncycastlefips.asn1 that implement IASN1TaggedObjectModifier and TypeClassDescriptionclassWrapper class forASN1TaggedObject.classWrapper class forDERTaggedObject.Constructors in com.itextpdf.bouncycastlefips.asn1 with parameters of type IASN1TaggedObjectModifierConstructorDescriptionASN1OctetStringBCFips(IASN1TaggedObject taggedObject, boolean b) Creates new wrapper instance forASN1OctetString. -
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 andbooleanparameter.IBouncyCastleFactory.createASN1Set(IASN1TaggedObject taggedObject, boolean b) Create ASN1 Set wrapper from ASN1 Tagged object wrapper andbooleanparameter.IBouncyCastleFactory.createDERIA5String(IASN1TaggedObject taggedObject, boolean b) Create DERIA5 String wrapper from ASN1 Tagged object wrapper andbooleanvalue. -
Uses of IASN1TaggedObject in com.itextpdf.commons.bouncycastle.asn1
Subinterfaces of IASN1TaggedObject in com.itextpdf.commons.bouncycastle.asn1Modifier and TypeInterfaceDescriptioninterfaceThis 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 voidCertificateUtil.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.