public class KeyUsageBC extends ASN1EncodableBC implements IKeyUsage
KeyUsage.| Constructor and Description |
|---|
KeyUsageBC(org.bouncycastle.asn1.x509.KeyUsage keyUsage)
Creates new wrapper instance for
KeyUsage. |
| Modifier and Type | Method and Description |
|---|---|
int |
getDigitalSignature() |
static KeyUsageBC |
getInstance()
Gets wrapper instance.
|
org.bouncycastle.asn1.x509.KeyUsage |
getKeyUsage()
Gets actual org.bouncycastle object being wrapped.
|
int |
getNonRepudiation() |
equals, getEncodable, hashCode, isNull, toASN1Primitive, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisNull, toASN1Primitivepublic KeyUsageBC(org.bouncycastle.asn1.x509.KeyUsage keyUsage)
KeyUsage.keyUsage - KeyUsage to be wrappedpublic static KeyUsageBC getInstance()
KeyUsageBC instance.public org.bouncycastle.asn1.x509.KeyUsage getKeyUsage()
KeyUsage.public int getDigitalSignature()
getDigitalSignature in interface IKeyUsagepublic int getNonRepudiation()
getNonRepudiation in interface IKeyUsageCopyright © 1998–2023 Apryse Group NV. All rights reserved.