Class DERTaggedObjectBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
com.itextpdf.bouncycastlefips.asn1.ASN1PrimitiveBCFips
com.itextpdf.bouncycastlefips.asn1.ASN1TaggedObjectBCFips
com.itextpdf.bouncycastlefips.asn1.DERTaggedObjectBCFips
- All Implemented Interfaces:
-
IASN1Encodable
,IASN1Primitive
,IASN1TaggedObject
,IDERTaggedObject
Wrapper class for
DERTaggedObject
.
-
Constructor Summary
ConstructorsConstructorDescriptionDERTaggedObjectBCFips
(boolean b, int i, org.bouncycastle.asn1.ASN1Encodable encodable) Creates new wrapper instance forDERTaggedObject
.DERTaggedObjectBCFips
(int i, org.bouncycastle.asn1.ASN1Encodable encodable) Creates new wrapper instance forDERTaggedObject
.DERTaggedObjectBCFips
(org.bouncycastle.asn1.DERTaggedObject derTaggedObject) Creates new wrapper instance forDERTaggedObject
. -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.DERTaggedObject
Gets actual org.bouncycastle object being wrapped.Methods inherited from class com.itextpdf.bouncycastlefips.asn1.ASN1TaggedObjectBCFips
getObject, getTaggedObject, getTagNo
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.IASN1TaggedObject
getObject, getTagNo
-
Constructor Details
-
DERTaggedObjectBCFips
public DERTaggedObjectBCFips(org.bouncycastle.asn1.DERTaggedObject derTaggedObject) Creates new wrapper instance forDERTaggedObject
.- Parameters:
-
derTaggedObject
-DERTaggedObject
to be wrapped
-
DERTaggedObjectBCFips
public DERTaggedObjectBCFips(int i, org.bouncycastle.asn1.ASN1Encodable encodable) Creates new wrapper instance forDERTaggedObject
.- Parameters:
-
i
- int value to createDERTaggedObject
to be wrapped -
encodable
-ASN1Encodable
to createDERTaggedObject
to be wrapped
-
DERTaggedObjectBCFips
public DERTaggedObjectBCFips(boolean b, int i, org.bouncycastle.asn1.ASN1Encodable encodable) Creates new wrapper instance forDERTaggedObject
.- Parameters:
-
b
- boolean to createDERTaggedObject
to be wrapped -
i
- int value to createDERTaggedObject
to be wrapped -
encodable
-ASN1Encodable
to createDERTaggedObject
to be wrapped
-
-
Method Details
-
getDERTaggedObject
public org.bouncycastle.asn1.DERTaggedObject getDERTaggedObject()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
DERTaggedObject
.
-