public final class TokenManagerInformation extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF92ST6_LEN
Constant: 0x70 = 112
|
Modifier and Type | Method and Description |
---|---|
static TokenManagerInformation |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
List<PerSystemTokenUsageEntry> |
perSystemTokenUsageEntries() |
long |
smf92tmag()
SMF92TMAG value, throws exception if SMF92TMAG overflows 64 bit signed integer.
|
BigInteger |
smf92tmagAsBigInteger()
SMF92TMAG value as a BigInteger.
|
long |
smf92tmal()
SMF92TMAL value, throws exception if SMF92TMAL overflows 64 bit signed integer.
|
BigInteger |
smf92tmalAsBigInteger()
SMF92TMAL value as a BigInteger.
|
long |
smf92tmfl()
SMF92TMFL value, throws exception if SMF92TMFL overflows 64 bit signed integer.
|
BigInteger |
smf92tmflAsBigInteger()
SMF92TMFL value as a BigInteger.
|
long |
smf92tmgc()
SMF92TMGC value, throws exception if SMF92TMGC overflows 64 bit signed integer.
|
BigInteger |
smf92tmgcAsBigInteger()
SMF92TMGC value as a BigInteger.
|
long |
smf92tmmx()
SMF92TMMX value, throws exception if SMF92TMMX overflows 64 bit signed integer.
|
BigInteger |
smf92tmmxAsBigInteger()
SMF92TMMX value as a BigInteger.
|
long |
smf92tmob()
SMF92TMOB value, throws exception if SMF92TMOB overflows 64 bit signed integer.
|
BigInteger |
smf92tmobAsBigInteger()
SMF92TMOB value as a BigInteger.
|
long |
smf92tmrt()
SMF92TMRT value, throws exception if SMF92TMRT overflows 64 bit signed integer.
|
BigInteger |
smf92tmrtAsBigInteger()
SMF92TMRT value as a BigInteger.
|
long |
smf92tmrv()
SMF92TMRV value, throws exception if SMF92TMRV overflows 64 bit signed integer.
|
BigInteger |
smf92tmrvAsBigInteger()
SMF92TMRV value as a BigInteger.
|
int |
smf92tmsyc()
SMF92TMSYC value.
|
int |
smf92tmsyl()
SMF92TMSYL value.
|
ZonedDateTime |
smf92tmt()
SMF92TMT STCKE value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
long |
smf92tmth()
SMF92TMTH value, throws exception if SMF92TMTH overflows 64 bit signed integer.
|
BigInteger |
smf92tmthAsBigInteger()
SMF92TMTH value as a BigInteger.
|
int |
smf92tmthc()
SMF92TMTHC value.
|
int |
smf92tmthl()
SMF92TMTHL value.
|
long |
smf92tmtr()
SMF92TMTR value, throws exception if SMF92TMTR overflows 64 bit signed integer.
|
BigInteger |
smf92tmtrAsBigInteger()
SMF92TMTR value as a BigInteger.
|
BigInteger |
smf92tmtRawValue()
SMF92TMT STCKE value.
|
long |
smf92tmus()
SMF92TMUS value, throws exception if SMF92TMUS overflows 64 bit signed integer.
|
BigInteger |
smf92tmusAsBigInteger()
SMF92TMUS value as a BigInteger.
|
List<ThrashingFileEntry> |
thrashingFileEntries() |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF92ST6_LEN
public ZonedDateTime smf92tmt()
Use smf92tmtRawValue()
for a BigInteger containing the complete
STCKE value.
ZonedDateTime
public BigInteger smf92tmtRawValue()
public long smf92tmmx()
IllegalArgumentException
- If the value of SMF92TMMX exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92TMMX).
Use smf92tmmxAsBigInteger()
if this is possible.public BigInteger smf92tmmxAsBigInteger()
smf92tmmx()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92tmal()
IllegalArgumentException
- If the value of SMF92TMAL exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92TMAL).
Use smf92tmalAsBigInteger()
if this is possible.public BigInteger smf92tmalAsBigInteger()
smf92tmal()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92tmus()
IllegalArgumentException
- If the value of SMF92TMUS exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92TMUS).
Use smf92tmusAsBigInteger()
if this is possible.public BigInteger smf92tmusAsBigInteger()
smf92tmus()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92tmfl()
IllegalArgumentException
- If the value of SMF92TMFL exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92TMFL).
Use smf92tmflAsBigInteger()
if this is possible.public BigInteger smf92tmflAsBigInteger()
smf92tmfl()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92tmob()
IllegalArgumentException
- If the value of SMF92TMOB exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92TMOB).
Use smf92tmobAsBigInteger()
if this is possible.public BigInteger smf92tmobAsBigInteger()
smf92tmob()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92tmrt()
IllegalArgumentException
- If the value of SMF92TMRT exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92TMRT).
Use smf92tmrtAsBigInteger()
if this is possible.public BigInteger smf92tmrtAsBigInteger()
smf92tmrt()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92tmrv()
IllegalArgumentException
- If the value of SMF92TMRV exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92TMRV).
Use smf92tmrvAsBigInteger()
if this is possible.public BigInteger smf92tmrvAsBigInteger()
smf92tmrv()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92tmag()
IllegalArgumentException
- If the value of SMF92TMAG exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92TMAG).
Use smf92tmagAsBigInteger()
if this is possible.public BigInteger smf92tmagAsBigInteger()
smf92tmag()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92tmgc()
IllegalArgumentException
- If the value of SMF92TMGC exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92TMGC).
Use smf92tmgcAsBigInteger()
if this is possible.public BigInteger smf92tmgcAsBigInteger()
smf92tmgc()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92tmth()
IllegalArgumentException
- If the value of SMF92TMTH exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92TMTH).
Use smf92tmthAsBigInteger()
if this is possible.public BigInteger smf92tmthAsBigInteger()
smf92tmth()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public long smf92tmtr()
IllegalArgumentException
- If the value of SMF92TMTR exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92TMTR).
Use smf92tmtrAsBigInteger()
if this is possible.public BigInteger smf92tmtrAsBigInteger()
smf92tmtr()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public int smf92tmsyc()
public int smf92tmsyl()
public int smf92tmthc()
public int smf92tmthl()
public List<PerSystemTokenUsageEntry> perSystemTokenUsageEntries()
public List<ThrashingFileEntry> thrashingFileEntries()
public static TokenManagerInformation create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.