iText 9.1.0 API
|
This interface represents the wrapper for KeyUsage that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. More...
Public Member Functions |
|
int | GetDigitalSignature () |
Gets digitalSignature constant for the wrapped KeyUsage. More... |
|
int | GetNonRepudiation () |
Gets nonRepudiation constant for the wrapped KeyUsage. More... |
|
![]() |
|
IAsn1Object | ToASN1Primitive () |
Calls actual toASN1Primitive method for the wrapped ASN1Encodable object. More... |
|
bool | IsNull () |
Checks if wrapped object is null. More... |
|
This interface represents the wrapper for KeyUsage that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
int iText.Commons.Bouncycastle.Asn1.X509.IKeyUsage.GetDigitalSignature | ( | ) |
Gets digitalSignature
constant for the wrapped KeyUsage.
Implemented in iText.Bouncycastle.Asn1.X509.KeyUsageBC, and iText.Bouncycastlefips.Asn1.X509.KeyUsageBCFips.
int iText.Commons.Bouncycastle.Asn1.X509.IKeyUsage.GetNonRepudiation | ( | ) |
Gets nonRepudiation
constant for the wrapped KeyUsage.
Implemented in iText.Bouncycastle.Asn1.X509.KeyUsageBC, and iText.Bouncycastlefips.Asn1.X509.KeyUsageBCFips.