Class ASN1Enumerated
- java.lang.Object
-
- com.hierynomus.asn1.types.ASN1Object<T>
-
- com.hierynomus.asn1.types.primitive.ASN1PrimitiveValue<java.math.BigInteger>
-
- com.hierynomus.asn1.types.primitive.ASN1Enumerated
-
- All Implemented Interfaces:
ASN1Primitive
public class ASN1Enumerated extends ASN1PrimitiveValue<java.math.BigInteger>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classASN1Enumerated.Parserstatic classASN1Enumerated.Serializer
-
Field Summary
-
Fields inherited from class com.hierynomus.asn1.types.primitive.ASN1PrimitiveValue
valueBytes
-
Fields inherited from class com.hierynomus.asn1.types.ASN1Object
tag
-
-
Constructor Summary
Constructors Constructor Description ASN1Enumerated(int value)ASN1Enumerated(java.math.BigInteger value)
-
Method Summary
Modifier and Type Method Description java.math.BigIntegergetValue()-
Methods inherited from class com.hierynomus.asn1.types.primitive.ASN1PrimitiveValue
valueHash
-
Methods inherited from class com.hierynomus.asn1.types.ASN1Object
equals, getTag, hashCode, toString, valueString
-
-
-
-
Method Detail
-
getValue
public java.math.BigInteger getValue()
- Specified by:
getValuein classASN1Object<java.math.BigInteger>
-
-