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