Class UINT32
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.ieee1609dot2.basetypes.UintBase
org.bouncycastle.oer.its.ieee1609dot2.basetypes.UINT32
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
- Direct Known Subclasses:
Time32
-
Field Summary
-
Constructor Summary
ConstructorsModifierConstructorDescriptionUINT32
(int value) UINT32
(long value) UINT32
(BigInteger value) protected
UINT32
(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
-
UINT32
-
UINT32
public UINT32(int value) -
UINT32
public UINT32(long value) -
UINT32
protected UINT32(org.bouncycastle.asn1.ASN1Integer integer)
-
-
Method Details
-
getInstance
-
assertLimit
protected void assertLimit()- Specified by:
assertLimit
in classUintBase
-