Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.IDERTaggedObject
-
Packages that use IDERTaggedObject Package Description com.itextpdf.bouncycastle com.itextpdf.bouncycastle.asn1 com.itextpdf.bouncycastleconnector com.itextpdf.commons.bouncycastle -
-
Uses of IDERTaggedObject in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IDERTaggedObject Modifier and Type Method Description IDERTaggedObject
BouncyCastleFactory. createDERTaggedObject(boolean b, int i, IASN1Primitive primitive)
Create DER Tagged object wrapper fromint
value,boolean
value and ASN1 Primitive wrapper.IDERTaggedObject
BouncyCastleFactory. createDERTaggedObject(int i, IASN1Primitive primitive)
Create DER Tagged object wrapper fromint
value and ASN1 Primitive wrapper. -
Uses of IDERTaggedObject in com.itextpdf.bouncycastle.asn1
Classes in com.itextpdf.bouncycastle.asn1 that implement IDERTaggedObject Modifier and Type Class Description class
DERTaggedObjectBC
Wrapper class forDERTaggedObject
. -
Uses of IDERTaggedObject in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IDERTaggedObject Modifier and Type Method Description IDERTaggedObject
BouncyCastleDefaultFactory. createDERTaggedObject(boolean b, int i, IASN1Primitive primitive)
IDERTaggedObject
BouncyCastleDefaultFactory. createDERTaggedObject(int i, IASN1Primitive primitive)
-
Uses of IDERTaggedObject in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IDERTaggedObject Modifier and Type Method Description IDERTaggedObject
IBouncyCastleFactory. createDERTaggedObject(boolean b, int i, IASN1Primitive primitive)
Create DER Tagged object wrapper fromint
value,boolean
value and ASN1 Primitive wrapper.IDERTaggedObject
IBouncyCastleFactory. createDERTaggedObject(int i, IASN1Primitive primitive)
Create DER Tagged object wrapper fromint
value and ASN1 Primitive wrapper.
-