public class ASN1Enumerated extends ASN1PrimitiveValue<java.math.BigInteger>
| Modifier and Type | Class and Description |
|---|---|
static class |
ASN1Enumerated.Parser |
static class |
ASN1Enumerated.Serializer |
valueBytestag| Constructor and Description |
|---|
ASN1Enumerated(java.math.BigInteger value) |
ASN1Enumerated(int value) |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getValue() |
valueHashequals, getTag, hashCode, toString, valueStringpublic ASN1Enumerated(int value)
public ASN1Enumerated(java.math.BigInteger value)
public java.math.BigInteger getValue()
getValue in class ASN1Object<java.math.BigInteger>