Class CryptographicAcceleratorDataSection
java.lang.Object
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf70.subtype2.CryptographicAcceleratorDataSection
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Constant: 0x20 = 32static final int
Constant: 0x80 = 128static final int
Constant: 0x10 = 16static final int
Constant: 0x40 = 64static final int
Constant: 0x04 = 4static final int
Constant: 0x08 = 8static final int
Constant: 0x05 = 5 -
Method Summary
Modifier and TypeMethodDescriptioncreate
(byte[] Data, int offset, int length) create is intended for internal use only.boolean
r7021kc()
Return true ifR7021KC
bit inr7024msk()
is set.boolean
r7021km()
Return true ifR7021KM
bit inr7024msk()
is set.boolean
r7022kc()
Return true ifR7022KC
bit inr7024msk()
is set.boolean
r7022km()
Return true ifR7022KM
bit inr7024msk()
is set.double
r7023crc()
R7023CRC value.r7023crt()
R7023CRT as a Duration.double
R7023CRT raw value.double
R7023CRT in seconds.boolean
r7023kc()
Return true ifR7023KC
bit inr7024msk()
is set.boolean
r7023km()
Return true ifR7023KM
bit inr7024msk()
is set.double
r7023mec()
R7023MEC value.r7023met()
R7023MET as a Duration.double
R7023MET raw value.double
R7023MET in seconds.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 value.double
r7024sf()
R7024SF value.r7024tc()
Get a List containing up to 5 Cryptographic Timers and Counters from the Cryptographic Accelerator Section.
-
Field Details
-
R7021KM
public static final int R7021KMConstant: 0x80 = 128- See Also:
-
R7022KM
public static final int R7022KMConstant: 0x40 = 64- See Also:
-
R7021KC
public static final int R7021KCConstant: 0x20 = 32- See Also:
-
R7022KC
public static final int R7022KCConstant: 0x10 = 16- See Also:
-
R7023KM
public static final int R7023KMConstant: 0x08 = 8- See Also:
-
R7023KC
public static final int R7023KCConstant: 0x04 = 4- See Also:
-
R702NENG
public static final int R702NENGConstant: 0x05 = 5- See Also:
-
-
Method Details
-
r7024tc
Get a List containing up to 5 Cryptographic Timers and Counters from the Cryptographic Accelerator Section. The number of entries is the number of engines indicated byr7024en()
- Returns:
- a list of CryptographicTimersCounters
-
r7024ax
public int r7024ax()R7024AX value.- Returns:
- int R7024AX value
-
r7024ct
public int r7024ct()R7024CT value.- Returns:
- int R7024CT value
-
r7024msk
public int r7024msk()R7024MSK value.- Returns:
- int R7024MSK value
-
r7021km
public boolean r7021km()Return true ifR7021KM
bit inr7024msk()
is set.- Returns:
- boolean R7021KM bit is set in r7024msk()
R7021KM = 0x80
-
r7022km
public boolean r7022km()Return true ifR7022KM
bit inr7024msk()
is set.- Returns:
- boolean R7022KM bit is set in r7024msk()
R7022KM = 0x40
-
r7021kc
public boolean r7021kc()Return true ifR7021KC
bit inr7024msk()
is set.- Returns:
- boolean R7021KC bit is set in r7024msk()
R7021KC = 0x20
-
r7022kc
public boolean r7022kc()Return true ifR7022KC
bit inr7024msk()
is set.- Returns:
- boolean R7022KC bit is set in r7024msk()
R7022KC = 0x10
-
r7023km
public boolean r7023km()Return true ifR7023KM
bit inr7024msk()
is set.- Returns:
- boolean R7023KM bit is set in r7024msk()
R7023KM = 0x08
-
r7023kc
public boolean r7023kc()Return true ifR7023KC
bit inr7024msk()
is set.- Returns:
- boolean R7023KC bit is set in r7024msk()
R7023KC = 0x04
-
r7024mt
public int r7024mt()R7024MT value.- Returns:
- int R7024MT value
-
r7024en
public long r7024en()R7024EN value.- Returns:
- long R7024EN value
-
r7024sf
public double r7024sf()R7024SF value.- Returns:
- double R7024SF value
-
r7023met
R7023MET as a Duration.- Returns:
- Duration R7023MET
- See Also:
-
r7023metSeconds
public double r7023metSeconds()R7023MET in seconds.- Returns:
- double R7023MET converted to seconds
-
r7023metRawValue
public double r7023metRawValue()R7023MET raw value.- Returns:
- double R7023MET value
-
r7023mec
public double r7023mec()R7023MEC value.- Returns:
- double R7023MEC value
-
r7023crt
R7023CRT as a Duration.- Returns:
- Duration R7023CRT
- See Also:
-
r7023crtSeconds
public double r7023crtSeconds()R7023CRT in seconds.- Returns:
- double R7023CRT converted to seconds
-
r7023crtRawValue
public double r7023crtRawValue()R7023CRT raw value.- Returns:
- double R7023CRT value
-
r7023crc
public double r7023crc()R7023CRC value.- Returns:
- double R7023CRC value
-
r7024scope
public int r7024scope()R7024SCOPE value.- Returns:
- int R7024SCOPE value
-
r7024did
public int r7024did()R7024DID value.- Returns:
- int R7024DID value
-
create
create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the section
-