com.mindbright.asn1
public class ASN1Integer extends ASN1Object
isSet, tag
Constructor and Description |
---|
ASN1Integer() |
Modifier and Type | Method and Description |
---|---|
void |
decodeValue(ASN1Decoder decoder,
java.io.InputStream in,
int len) |
int |
encodeValue(ASN1Encoder encoder,
java.io.OutputStream out) |
boolean |
equals(java.lang.Object obj) |
java.math.BigInteger |
getValue() |
int |
hashCode() |
void |
setValue(java.math.BigInteger value) |
void |
setValue(long value) |
decodeValue, getTag, getType, isSet, setValue, toString
public int encodeValue(ASN1Encoder encoder, java.io.OutputStream out) throws java.io.IOException
encodeValue
in class ASN1Object
java.io.IOException
public void decodeValue(ASN1Decoder decoder, java.io.InputStream in, int len) throws java.io.IOException
decodeValue
in class ASN1Object
java.io.IOException
public void setValue(java.math.BigInteger value)
public void setValue(long value)
public java.math.BigInteger getValue()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object