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 actualgetObjectmethod for the wrapped ASN1TaggedObject object.intgetTagNo()Calls actualgetTagNomethod for the wrapped ASN1TaggedObject object.Methods inherited from interface IASN1Encodable
isNull, toASN1PrimitiveMethods inherited from interface 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.
-