Class ReasonFlagsBC
java.lang.Object
com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
com.itextpdf.bouncycastle.asn1.ASN1PrimitiveBC
com.itextpdf.bouncycastle.asn1.ASN1BitStringBC
com.itextpdf.bouncycastle.asn1.x509.ReasonFlagsBC
- All Implemented Interfaces:
-
IASN1BitString
,IASN1Encodable
,IASN1Primitive
,IASN1String
,IReasonFlags
Wrapper class for
ReasonFlags
.
-
Constructor Summary
ConstructorDescriptionReasonFlagsBC
(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.bouncycastle.asn1.ASN1BitStringBC
getASN1BitString, getString, intValue
Methods inherited from class com.itextpdf.bouncycastle.asn1.ASN1PrimitiveBC
getEncoded, getEncoded, getPrimitive
Methods inherited from class com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
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
-
ReasonFlagsBC
public ReasonFlagsBC(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
.
-