Interface IDERSet
-
- All Superinterfaces:
IASN1Encodable
,IASN1Primitive
,IASN1Set
- All Known Implementing Classes:
DERSetBC
public interface IDERSet extends IASN1Set
This interface represents the wrapper for DERSet 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.IASN1Set
getObjectAt, getObjects, size, toArray
-
-