public class UnsignedInteger extends ASN1Object
| Modifier and Type | Field and Description |
|---|---|
private int |
tagNo |
private java.math.BigInteger |
value |
| Modifier | Constructor and Description |
|---|---|
private |
UnsignedInteger(ASN1TaggedObject obj) |
|
UnsignedInteger(int tagNo,
java.math.BigInteger value) |
| Modifier and Type | Method and Description |
|---|---|
private byte[] |
convertValue() |
static UnsignedInteger |
getInstance(java.lang.Object obj) |
int |
getTagNo() |
java.math.BigInteger |
getValue() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic UnsignedInteger(int tagNo, java.math.BigInteger value)
private UnsignedInteger(ASN1TaggedObject obj)
public static UnsignedInteger getInstance(java.lang.Object obj)
private byte[] convertValue()
public int getTagNo()
public java.math.BigInteger getValue()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object