Interface IDERTaggedObject
-
- All Superinterfaces:
IASN1Encodable
,IASN1Primitive
,IASN1TaggedObject
- All Known Implementing Classes:
DERTaggedObjectBC
public interface IDERTaggedObject extends IASN1TaggedObject
This interface represents the wrapper for DERTaggedObject that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
-
Method Summary
-
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Primitive
getEncoded, getEncoded
-
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1TaggedObject
getObject, getTagNo
-
-