Interface IKeyPurposeId
- All Superinterfaces:
-
IASN1Encodable
- All Known Implementing Classes:
-
KeyPurposeIdBC
,KeyPurposeIdBCFips
This interface represents the wrapper for KeyPurposeId that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Modifier and TypeMethodDescriptionGetsid_kp_OCSPSigning
constant for the wrapped KeyPurposeId.Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
Method Details
-
getIdKpOCSPSigning
IKeyPurposeId getIdKpOCSPSigning()Getsid_kp_OCSPSigning
constant for the wrapped KeyPurposeId.- Returns:
- KeyPurposeId.id_kp_OCSPSigning value.
-