Java org.bouncycastle.asn1.x509 KeyUsage fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.asn1.x509 KeyUsage fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.asn1.x509 KeyUsage.

The text is from its open source code.

Field

Constructor

Method

KeyUsagefromExtensions(Extensions extensions)
byte[]getBytes()
byte[]getEncoded(String encoding)
Return either the default for "BER" or a DER encoding if "DER" is specified.
byte[]getEncoded()
Return the default BER or DER encoding for this object.
KeyUsagegetInstance(Object obj)
booleanhasUsages(int usages)
Return true if a given usage bit is set, false otherwise.
ASN1PrimitivetoASN1Primitive()
StringtoString()