public class UnsignedInteger extends ASN1Object
Constructor and Description |
---|
UnsignedInteger(int tagNo,
BigInteger value) |
Modifier and Type | Method and Description |
---|---|
static UnsignedInteger |
getInstance(Object obj) |
int |
getTagNo() |
BigInteger |
getValue() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public UnsignedInteger(int tagNo, BigInteger value)
public static UnsignedInteger getInstance(Object obj)
public int getTagNo()
public BigInteger getValue()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object
Copyright © 2017 BouncyCastle.org. All rights reserved.