Class EncryptedDasdDatasetSection

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf14.EncryptedDasdDatasetSection

public final class EncryptedDasdDatasetSection extends SmfData
  • Field Details

  • Method Details

    • smf14def

      public int smf14def()
      SMF14DEF value.
      Returns:
      int SMF14DEF value
    • smf14dsenc

      public boolean smf14dsenc()
      Return true if SMF14DSENC bit in smf14def() is set.
      Returns:
      boolean SMF14DSENC bit is set in smf14def()

      SMF14DSENC = 0x80

    • smf14dseb

      public boolean smf14dseb()
      Return true if SMF14DSEB bit in smf14def() is set.
      Returns:
      boolean SMF14DSEB bit is set in smf14def()

      SMF14DSEB = 0x40

    • smf14dsencnp

      public boolean smf14dsencnp()
      Return true if SMF14DSENCNP bit in smf14def() is set.
      Returns:
      boolean SMF14DSENCNP bit is set in smf14def()

      SMF14DSENCNP = 0x20

    • smf14det

      public int smf14det()
      SMF14DET value.
      Returns:
      int SMF14DET value
    • smf14dea

      public int smf14dea()
      SMF14DEA value.
      Returns:
      int SMF14DEA value
    • smf14dkl

      public String smf14dkl()
      SMF14DKL value.
      Returns:
      String SMF14DKL value
    • create

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