Class CryptographicCcaCoprocessorDataSection
java.lang.Object
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf70.subtype2.CryptographicCcaCoprocessorDataSection
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(byte[] Data, int offset, int length) create is intended for internal use only.boolean
r7023all()
Return true ifR7023ALL
bit inr7023msk()
is set.int
r7023ax()
R7023AX value.double
r7023c0()
R7023C0 value.double
r7023c1()
R7023C1 value.int
r7023ct()
R7023CT value.int
r7023did()
R7023DID value.int
r7023msk()
R7023MSK value.int
r7023mt()
R7023MT value.boolean
r7023rsa()
Return true ifR7023RSA
bit inr7023msk()
is set.int
R7023SCOPE value.double
r7023sf()
R7023SF value.r7023t0()
R7023T0 as a Duration.double
R7023T0 raw value.double
R7023T0 in seconds.
-
Field Details
-
R7023ALL
public static final int R7023ALLConstant: 0x80 = 128- See Also:
-
R7023RSA
public static final int R7023RSAConstant: 0x40 = 64- See Also:
-
-
Method Details
-
r7023ax
public int r7023ax()R7023AX value.- Returns:
- int R7023AX value
-
r7023ct
public int r7023ct()R7023CT value.- Returns:
- int R7023CT value
-
r7023msk
public int r7023msk()R7023MSK value.- Returns:
- int R7023MSK value
-
r7023all
public boolean r7023all()Return true ifR7023ALL
bit inr7023msk()
is set.- Returns:
- boolean R7023ALL bit is set in r7023msk()
R7023ALL = 0x80
-
r7023rsa
public boolean r7023rsa()Return true ifR7023RSA
bit inr7023msk()
is set.- Returns:
- boolean R7023RSA bit is set in r7023msk()
R7023RSA = 0x40
-
r7023mt
public int r7023mt()R7023MT value.- Returns:
- int R7023MT value
-
r7023sf
public double r7023sf()R7023SF value.- Returns:
- double R7023SF value
-
r7023t0
R7023T0 as a Duration.- Returns:
- Duration R7023T0
- See Also:
-
r7023t0Seconds
public double r7023t0Seconds()R7023T0 in seconds.- Returns:
- double R7023T0 converted to seconds
-
r7023t0RawValue
public double r7023t0RawValue()R7023T0 raw value.- Returns:
- double R7023T0 value
-
r7023c0
public double r7023c0()R7023C0 value.- Returns:
- double R7023C0 value
-
r7023c1
public double r7023c1()R7023C1 value.- Returns:
- double R7023C1 value
-
r7023scope
public int r7023scope()R7023SCOPE value.- Returns:
- int R7023SCOPE value
-
r7023did
public int r7023did()R7023DID value.- Returns:
- int R7023DID 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
-