Interface IASN1TaggedObject
- All Superinterfaces:
-
IASN1Encodable,IASN1Primitive
- All Known Subinterfaces:
-
IDERTaggedObject
- All Known Implementing Classes:
-
ASN1TaggedObjectBC,ASN1TaggedObjectBCFips,DERTaggedObjectBC,DERTaggedObjectBCFips
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 actualgetObjectmethod for the wrapped ASN1TaggedObject object.intgetTagNo()Calls actualgetTagNomethod for the wrapped ASN1TaggedObject object.Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1PrimitiveMethods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Primitive
getEncoded, getEncoded
-
Method Details
-
getObject
IASN1Primitive getObject()Calls actualgetObjectmethod for the wrapped ASN1TaggedObject object.- Returns:
-
IASN1Primitivewrapped ASN1Primitive object.
-
getTagNo
int getTagNo()Calls actualgetTagNomethod for the wrapped ASN1TaggedObject object.- Returns:
- tagNo value.
-