Bouncy Castle Cryptography Library 1.47

org.bouncycastle.asn1
Class ASN1Enumerated

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1Object
      extended by org.bouncycastle.asn1.ASN1Primitive
          extended by org.bouncycastle.asn1.DEREnumerated
              extended by org.bouncycastle.asn1.ASN1Enumerated
All Implemented Interfaces:
ASN1Encodable

public class ASN1Enumerated
extends DEREnumerated


Constructor Summary
ASN1Enumerated(java.math.BigInteger value)
           
ASN1Enumerated(int value)
           
 
Method Summary
 
Methods inherited from class org.bouncycastle.asn1.DEREnumerated
getInstance, getInstance, getValue, hashCode
 
Methods inherited from class org.bouncycastle.asn1.ASN1Primitive
equals, fromByteArray, toASN1Primitive
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
getEncoded, getEncoded, hasEncodedTagValue, toASN1Object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASN1Enumerated

public ASN1Enumerated(java.math.BigInteger value)

ASN1Enumerated

public ASN1Enumerated(int value)

Bouncy Castle Cryptography Library 1.47