Class CryptographicCcaCoprocessorDataSection

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf70.subtype2.CryptographicCcaCoprocessorDataSection

public final class CryptographicCcaCoprocessorDataSection extends SmfData
  • Field Details

  • 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 if R7023ALL bit in r7023msk() is set.
      Returns:
      boolean R7023ALL bit is set in r7023msk()

      R7023ALL = 0x80

    • r7023rsa

      public boolean r7023rsa()
      Return true if R7023RSA bit in r7023msk() 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

      public Duration 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

      public static CryptographicCcaCoprocessorDataSection create(byte[] Data, int offset, int length)
      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 section
      offset - Offset of this section in the data
      length - length of the section