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