Package com.blackhillsoftware.smf.smf14
Class EncryptedDasdDatasetSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf14.EncryptedDasdDatasetSection
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x40 = 64static final int
Constant: 0x80 = 128static final int
Constant: 0x20 = 32static final int
Constant: 0x43 = 67 -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.smf14dkl()
SMF14DKL value.boolean
Return true ifSMF14DSEB
bit insmf14def()
is set.boolean
Return true ifSMF14DSENC
bit insmf14def()
is set.boolean
Return true ifSMF14DSENCNP
bit insmf14def()
is set.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF14DSENC
public static final int SMF14DSENCConstant: 0x80 = 128- See Also:
-
SMF14DSEB
public static final int SMF14DSEBConstant: 0x40 = 64- See Also:
-
SMF14DSENCNP
public static final int SMF14DSENCNPConstant: 0x20 = 32- See Also:
-
SMF14ENCDASDL
public static final int SMF14ENCDASDLConstant: 0x43 = 67- See Also:
-
-
Method Details
-
smf14def
public int smf14def()SMF14DEF value.- Returns:
- int SMF14DEF value
-
smf14dsenc
public boolean smf14dsenc()Return true ifSMF14DSENC
bit insmf14def()
is set.- Returns:
- boolean SMF14DSENC bit is set in smf14def()
SMF14DSENC = 0x80
-
smf14dseb
public boolean smf14dseb()Return true ifSMF14DSEB
bit insmf14def()
is set.- Returns:
- boolean SMF14DSEB bit is set in smf14def()
SMF14DSEB = 0x40
-
smf14dsencnp
public boolean smf14dsencnp()Return true ifSMF14DSENCNP
bit insmf14def()
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
SMF14DKL value.- Returns:
- String SMF14DKL 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
-