|
iText 9.4.0 API
|
Wrapper class for Org.BouncyCastle.Asn1.X509.KeyUsage. More...
Public Member Functions |
|
| KeyUsageBC (KeyUsage keyUsage) | |
| Creates new wrapper instance for Org.BouncyCastle.Asn1.X509.KeyUsage. More... |
|
| virtual KeyUsage | GetKeyUsage () |
| Gets actual org.bouncycastle object being wrapped. More... |
|
| virtual int | GetDigitalSignature () |
Gets digitalSignature constant for the wrapped KeyUsage. More... |
|
| virtual int | GetNonRepudiation () |
Gets nonRepudiation constant for the wrapped KeyUsage. More... |
|
Public Member Functions inherited from iText.Bouncycastle.Asn1.Asn1EncodableBC |
|
| Asn1EncodableBC (Asn1Encodable encodable) | |
| Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1Encodable. More... |
|
| virtual Asn1Encodable | GetEncodable () |
| Gets actual org.bouncycastle object being wrapped. More... |
|
| virtual IAsn1Object | ToASN1Primitive () |
Calls actual toASN1Primitive method for the wrapped ASN1Encodable object. More... |
|
| virtual bool | IsNull () |
| Checks if wrapped object is null. More... |
|
| override bool | Equals (Object o) |
| Indicates whether some other object is "equal to" this one. More... |
|
| override int | GetHashCode () |
| Returns a hash code value based on the wrapped object. More... |
|
| override String | ToString () |
Delegates toString method call to the wrapped object. More... |
|
Static Public Member Functions |
|
| static iText.Bouncycastle.Asn1.X509.KeyUsageBC | GetInstance () |
| Gets wrapper instance. More... |
|
Wrapper class for Org.BouncyCastle.Asn1.X509.KeyUsage.
|
inline |
Creates new wrapper instance for Org.BouncyCastle.Asn1.X509.KeyUsage.
| keyUsage |
Org.BouncyCastle.Asn1.X509.KeyUsage to be wrapped
|
inlinevirtual |
Gets digitalSignature constant for the wrapped KeyUsage.
Implements iText.Commons.Bouncycastle.Asn1.X509.IKeyUsage.
|
inlinestatic |
Gets wrapper instance.
KeyUsageBC instance.
|
inlinevirtual |
Gets actual org.bouncycastle object being wrapped.
|
inlinevirtual |
Gets nonRepudiation constant for the wrapped KeyUsage.
Implements iText.Commons.Bouncycastle.Asn1.X509.IKeyUsage.