Class ASN1Integer
- java.lang.Object
-
- com.hierynomus.asn1.types.ASN1Object<T>
-
- com.hierynomus.asn1.types.primitive.ASN1PrimitiveValue<java.math.BigInteger>
-
- com.hierynomus.asn1.types.primitive.ASN1Integer
-
- All Implemented Interfaces:
ASN1Primitive
public class ASN1Integer extends ASN1PrimitiveValue<java.math.BigInteger>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classASN1Integer.Parserstatic classASN1Integer.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 ASN1Integer(long value)ASN1Integer(java.math.BigInteger value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigIntegergetValue()protected intvalueHash()-
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>
-
valueHash
protected int valueHash()
- Overrides:
valueHashin classASN1PrimitiveValue<java.math.BigInteger>
-
-