Class CryptographicAcceleratorDataSection

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

public final class CryptographicAcceleratorDataSection extends SmfData
  • Field Details

  • Method Details

    • r7024tc

      public List<CryptographicTimersCounters> 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 by r7024en()
      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 if R7021KM bit in r7024msk() is set.
      Returns:
      boolean R7021KM bit is set in r7024msk()

      R7021KM = 0x80

    • r7022km

      public boolean r7022km()
      Return true if R7022KM bit in r7024msk() is set.
      Returns:
      boolean R7022KM bit is set in r7024msk()

      R7022KM = 0x40

    • r7021kc

      public boolean r7021kc()
      Return true if R7021KC bit in r7024msk() is set.
      Returns:
      boolean R7021KC bit is set in r7024msk()

      R7021KC = 0x20

    • r7022kc

      public boolean r7022kc()
      Return true if R7022KC bit in r7024msk() is set.
      Returns:
      boolean R7022KC bit is set in r7024msk()

      R7022KC = 0x10

    • r7023km

      public boolean r7023km()
      Return true if R7023KM bit in r7024msk() is set.
      Returns:
      boolean R7023KM bit is set in r7024msk()

      R7023KM = 0x08

    • r7023kc

      public boolean r7023kc()
      Return true if R7023KC bit in r7024msk() 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

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

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

      public static CryptographicAcceleratorDataSection 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