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 class
ASN1Enumerated.Parser
static class
ASN1Enumerated.Serializer
-
Field Summary
Fields Modifier and Type Field Description private java.math.BigInteger
value
-
Fields inherited from class com.hierynomus.asn1.types.primitive.ASN1PrimitiveValue
valueBytes
-
Fields inherited from class com.hierynomus.asn1.types.ASN1Object
tag
-
-
Constructor Summary
Constructors Modifier Constructor Description ASN1Enumerated(int value)
ASN1Enumerated(java.math.BigInteger value)
private
ASN1Enumerated(java.math.BigInteger value, byte[] valueBytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigInteger
getValue()
-
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:
getValue
in classASN1Object<java.math.BigInteger>
-
-