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