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

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

Introduction

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

The text is from its open source code.

Constructor

Method

ExtendedKeyUsagefromExtensions(Extensions extensions)
Retrieve an ExtendedKeyUsage for a passed in Extensions object, if present.
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.
ExtendedKeyUsagegetInstance(Object obj)
Return an ExtendedKeyUsage from the passed in object.
KeyPurposeId[]getUsages()
Returns all extended key usages.
booleanhasKeyPurposeId(KeyPurposeId keyPurposeId)
Return true if this ExtendedKeyUsage object contains the passed in keyPurposeId.
intsize()
Return the number of KeyPurposeIds present in this ExtendedKeyUsage.
ASN1PrimitivetoASN1Primitive()
Return the ASN.1 primitive form of this object.