Class ASN1SetBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
com.itextpdf.bouncycastlefips.asn1.ASN1PrimitiveBCFips
com.itextpdf.bouncycastlefips.asn1.ASN1SetBCFips
- All Implemented Interfaces:
-
IASN1Encodable
,IASN1Primitive
,IASN1Set
- Direct Known Subclasses:
-
DERSetBCFips
Wrapper class for
ASN1Set
.
-
Constructor Summary
ConstructorDescriptionASN1SetBCFips
(org.bouncycastle.asn1.ASN1Set set) Creates new wrapper instance forASN1Set
.ASN1SetBCFips
(org.bouncycastle.asn1.ASN1TaggedObject taggedObject, boolean b) Creates new wrapper instance forASN1Set
. -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.ASN1Set
Gets actual org.bouncycastle object being wrapped.getObjectAt
(int index) Calls actualgetObjectAt
method for the wrapped ASN1Set object.Calls actualgetObjects
method for the wrapped ASN1Set object.int
size()
Calls actualsize
method for the wrapped ASN1Set object.toArray()
Calls actualtoArray
method for the wrapped ASN1Set object.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
-
Constructor Details
-
ASN1SetBCFips
public ASN1SetBCFips(org.bouncycastle.asn1.ASN1Set set) Creates new wrapper instance forASN1Set
.- Parameters:
-
set
-ASN1Set
to be wrapped
-
ASN1SetBCFips
public ASN1SetBCFips(org.bouncycastle.asn1.ASN1TaggedObject taggedObject, boolean b) Creates new wrapper instance forASN1Set
.- Parameters:
-
taggedObject
-ASN1TaggedObject
to createASN1Set
to be wrapped -
b
- boolean to createASN1Set
to be wrapped
-
-
Method Details
-
getASN1Set
public org.bouncycastle.asn1.ASN1Set getASN1Set()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
ASN1Set
.
-
getObjects
Calls actualgetObjects
method for the wrapped ASN1Set object.- Specified by:
-
getObjects
in interfaceIASN1Set
- Returns:
- received objects.
-
size
public int size()Calls actualsize
method for the wrapped ASN1Set object. -
getObjectAt
Calls actualgetObjectAt
method for the wrapped ASN1Set object.- Specified by:
-
getObjectAt
in interfaceIASN1Set
- Parameters:
-
index
- index - Returns:
-
IASN1Encodable
wrapped ASN1Encodable object.
-
toArray
Calls actualtoArray
method for the wrapped ASN1Set object.
-