public class UINT8 extends UintBase
| Modifier | Constructor and Description |
|---|---|
protected |
UINT8(org.bouncycastle.asn1.ASN1Integer integer) |
|
UINT8(java.math.BigInteger value) |
|
UINT8(int value) |
|
UINT8(long value) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertLimit() |
static UINT8 |
getInstance(java.lang.Object o) |
getValue, toASN1Primitivepublic UINT8(java.math.BigInteger value)
public UINT8(int value)
public UINT8(long value)
protected UINT8(org.bouncycastle.asn1.ASN1Integer integer)
public static UINT8 getInstance(java.lang.Object o)
protected void assertLimit()
assertLimit in class UintBase