public final class EncryptedDasdDatasetSection extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF14DSEB
Constant: 0x40 = 64
|
static int |
SMF14DSENC
Constant: 0x80 = 128
|
static int |
SMF14DSENCNP
Constant: 0x20 = 32
|
static int |
SMF14ENCDASDL
Constant: 0x43 = 67
|
Modifier and Type | Method and Description |
---|---|
static EncryptedDasdDatasetSection |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
smf14dea()
SMF14DEA value.
|
int |
smf14def()
SMF14DEF value.
|
int |
smf14det()
SMF14DET value.
|
String |
smf14dkl()
SMF14DKL value.
|
boolean |
smf14dseb()
Return true if
SMF14DSEB bit in smf14def() is set. |
boolean |
smf14dsenc()
Return true if
SMF14DSENC bit in smf14def() is set. |
boolean |
smf14dsencnp()
Return true if
SMF14DSENCNP bit in smf14def() is set. |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF14DSENC
public static final int SMF14DSEB
public static final int SMF14DSENCNP
public static final int SMF14ENCDASDL
public int smf14def()
public boolean smf14dsenc()
SMF14DSENC
bit in smf14def()
is set.SMF14DSENC = 0x80
public boolean smf14dseb()
SMF14DSEB
bit in smf14def()
is set.SMF14DSEB = 0x40
public boolean smf14dsencnp()
SMF14DSENCNP
bit in smf14def()
is set.SMF14DSENCNP = 0x20
public int smf14det()
public int smf14dea()
public String smf14dkl()
public static EncryptedDasdDatasetSection create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.