Interface IASN1TaggedObject
- All Superinterfaces:
IASN1Encodable
,IASN1Primitive
- All Known Subinterfaces:
IDERTaggedObject
- All Known Implementing Classes:
ASN1TaggedObjectBC
,DERTaggedObjectBC
This interface represents the wrapper for ASN1TaggedObject that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Modifier and TypeMethodDescriptionCalls actualgetObject
method for the wrapped ASN1TaggedObject object.int
getTagNo()
Calls actualgetTagNo
method for the wrapped ASN1TaggedObject object.Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Primitive
getEncoded, getEncoded
-
Method Details
-
getObject
IASN1Primitive getObject()Calls actualgetObject
method for the wrapped ASN1TaggedObject object.- Returns:
IASN1Primitive
wrapped ASN1Primitive object.
-
getTagNo
int getTagNo()Calls actualgetTagNo
method for the wrapped ASN1TaggedObject object.- Returns:
- tagNo value.
-