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

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

Introduction

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

The text is from its open source code.

Constructor

ASN1Enumerated(int value)
Constructor from int.
ASN1Enumerated(BigInteger value)
Constructor from BigInteger
ASN1Enumerated(byte[] bytes)
Constructor from encoded BigInteger.

Method

ASN1EnumeratedgetInstance(Object obj)
return an enumerated from the passed in object
ASN1EnumeratedgetInstance(ASN1TaggedObject obj, boolean explicit)
return an Enumerated from a tagged object.
BigIntegergetValue()