public final class TapeEncryptionData extends SmfData
Modifier and Type | Method and Description |
---|---|
static TapeEncryptionData |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
String |
smf14cd1()
SMF14CD1 value.
|
String |
smf14cd2()
SMF14CD2 value.
|
Duration |
smf14ket()
SMF14KET as a Duration.
|
long |
smf14ketRawValue()
SMF14KET raw value.
|
double |
smf14ketSeconds()
SMF14KET in seconds.
|
String |
smf14kl1()
SMF14KL1 value.
|
String |
smf14kl2()
SMF14KL2 value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public String smf14kl1()
public String smf14cd1()
public String smf14kl2()
public String smf14cd2()
public Duration smf14ket()
Duration
public double smf14ketSeconds()
public long smf14ketRawValue()
public static TapeEncryptionData 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.