Class PKIFailureInfoBC
java.lang.Object
com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
com.itextpdf.bouncycastle.asn1.ASN1PrimitiveBC
com.itextpdf.bouncycastle.asn1.cmp.PKIFailureInfoBC
- All Implemented Interfaces:
-
IPKIFailureInfo
,IASN1Encodable
,IASN1Primitive
Wrapper class for
PKIFailureInfo
.
-
Constructor Summary
ConstructorDescriptionPKIFailureInfoBC
(org.bouncycastle.asn1.cmp.PKIFailureInfo pkiFailureInfo) Creates new wrapper instance forPKIFailureInfo
. -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.cmp.PKIFailureInfo
Gets actual org.bouncycastle object being wrapped.int
intValue()
Calls actualintValue
method for the wrapped PKIFailureInfo object.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.IASN1Encodable
isNull, toASN1Primitive
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Primitive
getEncoded, getEncoded
-
Constructor Details
-
PKIFailureInfoBC
public PKIFailureInfoBC(org.bouncycastle.asn1.cmp.PKIFailureInfo pkiFailureInfo) Creates new wrapper instance forPKIFailureInfo
.- Parameters:
-
pkiFailureInfo
-PKIFailureInfo
to be wrapped
-
-
Method Details
-
getPkiFailureInfo
public org.bouncycastle.asn1.cmp.PKIFailureInfo getPkiFailureInfo()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
PKIFailureInfo
.
-
intValue
public int intValue()Calls actualintValue
method for the wrapped PKIFailureInfo object.- Specified by:
-
intValue
in interfaceIPKIFailureInfo
- Returns:
- integer value.
-