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 IASN1TaggedObject
BouncyCastleFactory. 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 IASN1OctetString
BouncyCastleFactory. createASN1OctetString(IASN1TaggedObject taggedObject, boolean b)
Create ASN1 Octet string wrapper from ASN1 Tagged object wrapper andboolean
parameter.IASN1Set
BouncyCastleFactory. createASN1Set(IASN1TaggedObject taggedObject, boolean b)
Create ASN1 Set wrapper from ASN1 Tagged object wrapper andboolean
parameter.IDERIA5String
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 IASN1TaggedObject Modifier and Type Class Description class
ASN1TaggedObjectBC
Wrapper class forASN1TaggedObject
.class
DERTaggedObjectBC
Wrapper 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 IASN1TaggedObject
BouncyCastleDefaultFactory. createASN1TaggedObject(IASN1Encodable encodable)
Methods in com.itextpdf.bouncycastleconnector with parameters of type IASN1TaggedObject Modifier and Type Method Description IASN1OctetString
BouncyCastleDefaultFactory. createASN1OctetString(IASN1TaggedObject taggedObject, boolean b)
IASN1Set
BouncyCastleDefaultFactory. createASN1Set(IASN1TaggedObject taggedObject, boolean b)
IDERIA5String
BouncyCastleDefaultFactory. 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 IASN1TaggedObject
IBouncyCastleFactory. 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 IASN1OctetString
IBouncyCastleFactory. createASN1OctetString(IASN1TaggedObject taggedObject, boolean b)
Create ASN1 Octet string wrapper from ASN1 Tagged object wrapper andboolean
parameter.IASN1Set
IBouncyCastleFactory. createASN1Set(IASN1TaggedObject taggedObject, boolean b)
Create ASN1 Set wrapper from ASN1 Tagged object wrapper andboolean
parameter.IDERIA5String
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.asn1 Modifier and Type Interface Description interface
IDERTaggedObject
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 IASN1TaggedObject Modifier and Type Method Description static void
CertificateUtil. 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.
-