public class UnsignedInteger extends ASN1Object
Constructor and Description |
---|
UnsignedInteger(int tagNo,
java.math.BigInteger value) |
Modifier and Type | Method and Description |
---|---|
static UnsignedInteger |
getInstance(java.lang.Object obj) |
int |
getTagNo() |
java.math.BigInteger |
getValue() |
ASN1Primitive |
toASN1Primitive() |
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public static UnsignedInteger getInstance(java.lang.Object obj)
public int getTagNo()
public java.math.BigInteger getValue()
public ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object