Class UINT3
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.ieee1609dot2.basetypes.UintBase
org.bouncycastle.oer.its.ieee1609dot2.basetypes.UINT3
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
-
Field Summary
-
Constructor Summary
ConstructorsModifierConstructorDescriptionUINT3
(int value) UINT3
(long value) UINT3
(BigInteger value) protected
UINT3
(org.bouncycastle.asn1.ASN1Integer integer) -
Method Summary
Methods inherited from class org.bouncycastle.oer.its.ieee1609dot2.basetypes.UintBase
getValue, toASN1Primitive
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
UINT3
-
UINT3
public UINT3(int value) -
UINT3
public UINT3(long value) -
UINT3
protected UINT3(org.bouncycastle.asn1.ASN1Integer integer)
-
-
Method Details
-
getInstance
-
assertLimit
protected void assertLimit()- Specified by:
assertLimit
in classUintBase
-