Interface IPKIFailureInfo
- All Superinterfaces:
IASN1Encodable, IASN1Primitive
- All Known Implementing Classes:
PKIFailureInfoBC
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 TypeMethodDescriptionintintValue()Calls actualintValuemethod for the wrapped PKIFailureInfo object.Methods inherited from interface IASN1Encodable
isNull, toASN1PrimitiveMethods inherited from interface IASN1Primitive
getEncoded, getEncoded
-
Method Details
-
intValue
int intValue()Calls actualintValuemethod for the wrapped PKIFailureInfo object.- Returns:
- integer value.
-