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