public final class CryptographicAcceleratorDataSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
R7021KC
Constant: 0x20 = 32
|
static int |
R7021KM
Constant: 0x80 = 128
|
static int |
R7022KC
Constant: 0x10 = 16
|
static int |
R7022KM
Constant: 0x40 = 64
|
static int |
R7023KC
Constant: 0x04 = 4
|
static int |
R7023KM
Constant: 0x08 = 8
|
static int |
R702NENG
Constant: 0x05 = 5
|
Modifier and Type | Method and Description |
---|---|
static CryptographicAcceleratorDataSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
r7021kc()
Return true if
R7021KC bit in r7024msk() is set. |
boolean |
r7021km()
Return true if
R7021KM bit in r7024msk() is set. |
boolean |
r7022kc()
Return true if
R7022KC bit in r7024msk() is set. |
boolean |
r7022km()
Return true if
R7022KM bit in r7024msk() is set. |
double |
r7023crc()
R7023CRC value.
|
double |
r7023crtRawValue()
R7023CRT raw value.
|
boolean |
r7023kc()
Return true if
R7023KC bit in r7024msk() is set. |
boolean |
r7023km()
Return true if
R7023KM bit in r7024msk() is set. |
double |
r7023mec()
R7023MEC value.
|
double |
r7023metRawValue()
R7023MET raw value.
|
int |
r7024ax()
R7024AX value.
|
int |
r7024ct()
R7024CT value.
|
int |
r7024did()
R7024DID value.
|
long |
r7024en()
R7024EN value.
|
int |
r7024msk()
R7024MSK value.
|
int |
r7024mt()
R7024MT value.
|
int |
r7024scope()
R7024SCOPE value.
|
double |
r7024sf()
R7024SF value.
|
List<CryptographicTimersCounters> |
r7024tc()
Get a List containing up to 5 Cryptographic Timers and Counters from the Cryptographic Accelerator Section.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int R7021KM
public static final int R7022KM
public static final int R7021KC
public static final int R7022KC
public static final int R7023KM
public static final int R7023KC
public static final int R702NENG
public List<CryptographicTimersCounters> r7024tc()
r7024en()
public int r7024ax()
public int r7024ct()
public int r7024msk()
public boolean r7021km()
R7021KM
bit in r7024msk()
is set.R7021KM = 0x80
public boolean r7022km()
R7022KM
bit in r7024msk()
is set.R7022KM = 0x40
public boolean r7021kc()
R7021KC
bit in r7024msk()
is set.R7021KC = 0x20
public boolean r7022kc()
R7022KC
bit in r7024msk()
is set.R7022KC = 0x10
public boolean r7023km()
R7023KM
bit in r7024msk()
is set.R7023KM = 0x08
public boolean r7023kc()
R7023KC
bit in r7024msk()
is set.R7023KC = 0x04
public int r7024mt()
public long r7024en()
public double r7024sf()
public double r7023metRawValue()
public double r7023mec()
public double r7023crtRawValue()
public double r7023crc()
public int r7024scope()
public int r7024did()
public static CryptographicAcceleratorDataSection 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.