Interface IDERSequence
-
- All Superinterfaces:
IASN1Encodable
,IASN1Primitive
,IASN1Sequence
- All Known Implementing Classes:
DERSequenceBC
public interface IDERSequence extends IASN1Sequence
This interface represents the wrapper for DERSequence 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.IASN1Sequence
getObjectAt, getObjects, size, toArray
-
-