Class DERNullBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
com.itextpdf.bouncycastlefips.asn1.ASN1PrimitiveBCFips
com.itextpdf.bouncycastlefips.asn1.DERNullBCFips
- All Implemented Interfaces:
-
IASN1Encodable
,IASN1Primitive
,IDERNull
Wrapper class for
DERNull
.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDERNullBCFips
(org.bouncycastle.asn1.DERNull derNull) Creates new wrapper instance forDERNull
. -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.DERNull
Gets actual org.bouncycastle object being wrapped.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
-
Field Details
-
INSTANCE
Wrapper forDERNull
INSTANCE.
-
-
Constructor Details
-
DERNullBCFips
public DERNullBCFips(org.bouncycastle.asn1.DERNull derNull) Creates new wrapper instance forDERNull
.- Parameters:
-
derNull
-DERNull
to be wrapped
-
-
Method Details
-
getDERNull
public org.bouncycastle.asn1.DERNull getDERNull()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
DERNull
.
-