Bouncy Castle Cryptography Library 1.64

org.bouncycastle.asn1
Class DEREnumerated

java.lang.Object
  |
  +--org.bouncycastle.asn1.ASN1Object
        |
        +--org.bouncycastle.asn1.ASN1Primitive
              |
              +--org.bouncycastle.asn1.ASN1Enumerated
                    |
                    +--org.bouncycastle.asn1.DEREnumerated
All Implemented Interfaces:
ASN1Encodable, Encodable

Deprecated. Use ASN1Enumerated instead of this.

public class DEREnumerated
extends ASN1Enumerated


Constructor Summary
DEREnumerated(java.math.BigInteger value)
          Deprecated. use ASN1Enumerated
DEREnumerated(int value)
          Deprecated. use ASN1Enumerated
 
Methods inherited from class org.bouncycastle.asn1.ASN1Enumerated
getInstance, getInstance, getValue, hashCode, hasValue, intValueExact
 
Methods inherited from class org.bouncycastle.asn1.ASN1Primitive
encodeTo, encodeTo, equals, equals, 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

DEREnumerated

public DEREnumerated(java.math.BigInteger value)
Deprecated. use ASN1Enumerated

Parameters:
value - the value of this enumerated.

DEREnumerated

public DEREnumerated(int value)
Deprecated. use ASN1Enumerated

Parameters:
value - the value of this enumerated.

Bouncy Castle Cryptography Library 1.64