Class DERSetBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
com.itextpdf.bouncycastlefips.asn1.ASN1PrimitiveBCFips
com.itextpdf.bouncycastlefips.asn1.ASN1SetBCFips
com.itextpdf.bouncycastlefips.asn1.DERSetBCFips
- All Implemented Interfaces:
-
IASN1Encodable
,IASN1Primitive
,IASN1Set
,IDERSet
Wrapper class for
DERSet
.
-
Constructor Summary
ConstructorDescriptionDERSetBCFips
(org.bouncycastle.asn1.ASN1Encodable encodable) Creates new wrapper instance forDERSet
.DERSetBCFips
(org.bouncycastle.asn1.ASN1EncodableVector vector) Creates new wrapper instance forDERSet
.DERSetBCFips
(org.bouncycastle.asn1.DERSet derSet) Creates new wrapper instance forDERSet
. -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.DERSet
Gets actual org.bouncycastle object being wrapped.Methods inherited from class com.itextpdf.bouncycastlefips.asn1.ASN1SetBCFips
getASN1Set, getObjectAt, getObjects, size, toArray
Methods inherited from class com.itextpdf.bouncycastlefips.asn1.ASN1PrimitiveBCFips
getEncoded, getEncoded, getPrimitive
Methods inherited from class com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
equals, getEncodable, hashCode, isNull, toASN1Primitive, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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
-
Constructor Details
-
DERSetBCFips
public DERSetBCFips(org.bouncycastle.asn1.DERSet derSet) Creates new wrapper instance forDERSet
.- Parameters:
-
derSet
-DERSet
to be wrapped
-
DERSetBCFips
public DERSetBCFips(org.bouncycastle.asn1.ASN1EncodableVector vector) Creates new wrapper instance forDERSet
.- Parameters:
-
vector
-ASN1EncodableVector
to createDERSet
-
DERSetBCFips
public DERSetBCFips(org.bouncycastle.asn1.ASN1Encodable encodable) Creates new wrapper instance forDERSet
.- Parameters:
-
encodable
-ASN1Encodable
to createDERSet
-
-
Method Details
-
getDERSet
public org.bouncycastle.asn1.DERSet getDERSet()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
DERSet
.
-