Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IASN1TaggedObject
-
-
Uses of IASN1TaggedObject in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IASN1TaggedObject Modifier and Type Method Description IASN1TaggedObjectBouncyCastleFactory. createASN1TaggedObject(IASN1Encodable encodable)Create ASN1 Tagged object wrapper from ASN1 Encodable wrapper.Methods in com.itextpdf.bouncycastle with parameters of type IASN1TaggedObject Modifier and Type Method Description IASN1OctetStringBouncyCastleFactory. createASN1OctetString(IASN1TaggedObject taggedObject, boolean b)Create ASN1 Octet string wrapper from ASN1 Tagged object wrapper andbooleanparameter.IASN1SetBouncyCastleFactory. createASN1Set(IASN1TaggedObject taggedObject, boolean b)Create ASN1 Set wrapper from ASN1 Tagged object wrapper andbooleanparameter.IDERIA5StringBouncyCastleFactory. 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 IASN1TaggedObject Modifier and Type Class Description classASN1TaggedObjectBCWrapper class forASN1TaggedObject.classDERTaggedObjectBCWrapper class forDERTaggedObject.Constructors in com.itextpdf.bouncycastle.asn1 with parameters of type IASN1TaggedObject Constructor Description ASN1OctetStringBC(IASN1TaggedObject taggedObject, boolean b)Creates new wrapper instance forASN1OctetString. -
Uses of IASN1TaggedObject in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IASN1TaggedObject Modifier and Type Method Description IASN1TaggedObjectBouncyCastleDefaultFactory. createASN1TaggedObject(IASN1Encodable encodable)Methods in com.itextpdf.bouncycastleconnector with parameters of type IASN1TaggedObject Modifier and Type Method Description IASN1OctetStringBouncyCastleDefaultFactory. createASN1OctetString(IASN1TaggedObject taggedObject, boolean b)IASN1SetBouncyCastleDefaultFactory. createASN1Set(IASN1TaggedObject taggedObject, boolean b)IDERIA5StringBouncyCastleDefaultFactory. createDERIA5String(IASN1TaggedObject taggedObject, boolean b) -
Uses of IASN1TaggedObject in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IASN1TaggedObject Modifier and Type Method Description IASN1TaggedObjectIBouncyCastleFactory. createASN1TaggedObject(IASN1Encodable encodable)Create ASN1 Tagged object wrapper from ASN1 Encodable wrapper.Methods in com.itextpdf.commons.bouncycastle with parameters of type IASN1TaggedObject Modifier and Type Method Description IASN1OctetStringIBouncyCastleFactory. createASN1OctetString(IASN1TaggedObject taggedObject, boolean b)Create ASN1 Octet string wrapper from ASN1 Tagged object wrapper andbooleanparameter.IASN1SetIBouncyCastleFactory. createASN1Set(IASN1TaggedObject taggedObject, boolean b)Create ASN1 Set wrapper from ASN1 Tagged object wrapper andbooleanparameter.IDERIA5StringIBouncyCastleFactory. 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.asn1 Modifier and Type Interface Description interfaceIDERTaggedObjectThis 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 IASN1TaggedObject Modifier and Type Method Description static voidCertificateUtil. retrieveRevocationInfoFromSignedData(IASN1TaggedObject taggedObj, java.util.Collection<java.security.cert.CRL> crls, java.util.Collection<IBasicOCSPResponse> ocsps, java.util.Collection<IASN1Sequence> otherRevocationInfoFormats)Try to retrieve CRL and OCSP responses from the signed data crls field.
-