Class ReasonFlagsBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
com.itextpdf.bouncycastlefips.asn1.ASN1PrimitiveBCFips
com.itextpdf.bouncycastlefips.asn1.ASN1BitStringBCFips
com.itextpdf.bouncycastlefips.asn1.x509.ReasonFlagsBCFips
- All Implemented Interfaces:
-
IASN1BitString
,IASN1Encodable
,IASN1Primitive
,IASN1String
,IReasonFlags
Wrapper class for
ReasonFlags
.
-
Constructor Summary
ConstructorDescriptionReasonFlagsBCFips
(org.bouncycastle.asn1.x509.ReasonFlags reasonFlags) Creates new wrapper instance forReasonFlags
. -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.x509.ReasonFlags
Gets actual org.bouncycastle object being wrapped.Methods inherited from class com.itextpdf.bouncycastlefips.asn1.ASN1BitStringBCFips
getASN1BitString, getString, intValue
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.IASN1BitString
intValue
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.IASN1String
getString
-
Constructor Details
-
ReasonFlagsBCFips
public ReasonFlagsBCFips(org.bouncycastle.asn1.x509.ReasonFlags reasonFlags) Creates new wrapper instance forReasonFlags
.- Parameters:
-
reasonFlags
-ReasonFlags
to be wrapped
-
-
Method Details
-
getReasonFlags
public org.bouncycastle.asn1.x509.ReasonFlags getReasonFlags()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
ReasonFlags
.
-