Interface IPKIFailureInfo
- All Superinterfaces:
-
IASN1Encodable
,IASN1Primitive
- All Known Implementing Classes:
-
PKIFailureInfoBC
,PKIFailureInfoBCFips
This interface represents the wrapper for PKIFailureInfo that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Modifier and TypeMethodDescriptionint
intValue()
Calls actualintValue
method for the wrapped PKIFailureInfo object.Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Primitive
getEncoded, getEncoded
-
Method Details
-
intValue
int intValue()Calls actualintValue
method for the wrapped PKIFailureInfo object.- Returns:
- integer value.
-