public class Time64 extends UINT64
| Modifier and Type | Field and Description |
|---|---|
static long |
etsiEpochMicros
The ETSI Epoch for Time64
|
| Constructor and Description |
|---|
Time64(java.math.BigInteger value) |
Time64(long value) |
Time64(UINT64 uint64) |
| Modifier and Type | Method and Description |
|---|---|
static Time64 |
getInstance(java.lang.Object o) |
static Time64 |
now() |
static Time64 |
ofUnixMillis(long unixMillis)
Create from unix millis.
|
long |
toUnixMillis() |
assertLimitgetValue, toASN1Primitivepublic Time64(long value)
public Time64(java.math.BigInteger value)
public Time64(UINT64 uint64)