iText 8.0.5 API
iText.Commons.Bouncycastle.Asn1.IAsn1TaggedObject Interface Reference

This interface represents the wrapper for ASN1TaggedObject that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. More...

Inheritance diagram for iText.Commons.Bouncycastle.Asn1.IAsn1TaggedObject:
iText.Commons.Bouncycastle.Asn1.IAsn1Object iText.Commons.Bouncycastle.Asn1.IAsn1Encodable iText.Bouncycastle.Asn1.Asn1TaggedObjectBC iText.Bouncycastlefips.Asn1.Asn1TaggedObjectBCFips iText.Commons.Bouncycastle.Asn1.IDerTaggedObject iText.Bouncycastle.Asn1.DerTaggedObjectBC iText.Bouncycastlefips.Asn1.DerTaggedObjectBCFips iText.Bouncycastle.Asn1.DerTaggedObjectBC iText.Bouncycastlefips.Asn1.DerTaggedObjectBCFips

Public Member Functions

IAsn1Object  GetObject ()
  Calls actual getObject method for the wrapped ASN1TaggedObject object. More...
 
int  GetTagNo ()
  Calls actual getTagNo method for the wrapped ASN1TaggedObject object. More...
 
- Public Member Functions inherited from iText.Commons.Bouncycastle.Asn1.IAsn1Object
byte[]  GetEncoded ()
  Calls actual getEncoded method for the wrapped ASN1Primitive object. More...
 
byte[]  GetEncoded (String encoding)
  Calls actual getEncoded method for the wrapped ASN1Primitive object. More...
 
- Public Member Functions inherited from iText.Commons.Bouncycastle.Asn1.IAsn1Encodable
IAsn1Object  ToASN1Primitive ()
  Calls actual toASN1Primitive method for the wrapped ASN1Encodable object. More...
 
bool  IsNull ()
  Checks if wrapped object is null. More...
 

Detailed Description

This interface represents the wrapper for ASN1TaggedObject that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.

Member Function Documentation

◆ GetObject()

IAsn1Object iText.Commons.Bouncycastle.Asn1.IAsn1TaggedObject.GetObject ( )

Calls actual getObject method for the wrapped ASN1TaggedObject object.

Returns

IAsn1Object wrapped ASN1Primitive object.

Implemented in iText.Bouncycastle.Asn1.Asn1TaggedObjectBC, and iText.Bouncycastlefips.Asn1.Asn1TaggedObjectBCFips.

◆ GetTagNo()

int iText.Commons.Bouncycastle.Asn1.IAsn1TaggedObject.GetTagNo ( )

Calls actual getTagNo method for the wrapped ASN1TaggedObject object.

Returns
tagNo value.

Implemented in iText.Bouncycastle.Asn1.Asn1TaggedObjectBC, and iText.Bouncycastlefips.Asn1.Asn1TaggedObjectBCFips.