public class DEREnumerated extends ASN1Enumerated
bytes
Constructor and Description |
---|
DEREnumerated(BigInteger value)
Deprecated.
use ASN1Enumerated
|
DEREnumerated(byte[] bytes)
Deprecated.
use ASN1Enumerated
|
DEREnumerated(int value)
Deprecated.
use ASN1Enumerated
|
asn1Equals, encode, encodedLength, fromOctetString, getInstance, getInstance, getValue, hashCode, isConstructed
equals, fromByteArray, toASN1Primitive, toDERObject, toDLObject
getEncoded, getEncoded, hasEncodedTagValue, toASN1Object
DEREnumerated(byte[] bytes)
bytes
- the value of this enumerated as an encoded BigInteger (signed).public DEREnumerated(BigInteger value)
value
- the value of this enumerated.public DEREnumerated(int value)
value
- the value of this enumerated.