Class Time64
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.ieee1609dot2.basetypes.UintBase
-
- org.bouncycastle.oer.its.ieee1609dot2.basetypes.UINT64
-
- org.bouncycastle.oer.its.ieee1609dot2.basetypes.Time64
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class Time64 extends UINT64
Time64 ::= Uint64
-
-
Field Summary
Fields Modifier and Type Field Description static long
etsiEpochMicros
The ETSI Epoch for Time64
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Time64
getInstance(java.lang.Object o)
static Time64
now()
static Time64
ofUnixMillis(long unixMillis)
Create from unix millis.long
toUnixMillis()
-
Methods inherited from class org.bouncycastle.oer.its.ieee1609dot2.basetypes.UINT64
assertLimit
-
Methods inherited from class org.bouncycastle.oer.its.ieee1609dot2.basetypes.UintBase
getValue, toASN1Primitive
-
-
-
-
Constructor Detail
-
Time64
public Time64(long value)
-
Time64
public Time64(java.math.BigInteger value)
-
Time64
public Time64(UINT64 uint64)
-
-