Package com.blackhillsoftware.smf.smf14
Class TapeEncryptionData
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf14.TapeEncryptionData
-
Method Summary
Modifier and TypeMethodDescriptionstatic TapeEncryptionData
create
(byte[] Data, int offset, int length) create is intended for internal use only.smf14cd1()
SMF14CD1 value.smf14cd2()
SMF14CD2 value.smf14ket()
SMF14KET as a Duration.long
SMF14KET raw value.double
SMF14KET in seconds.smf14kl1()
SMF14KL1 value.smf14kl2()
SMF14KL2 value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf14kl1
SMF14KL1 value.- Returns:
- String SMF14KL1 value
-
smf14cd1
SMF14CD1 value.- Returns:
- String SMF14CD1 value
-
smf14kl2
SMF14KL2 value.- Returns:
- String SMF14KL2 value
-
smf14cd2
SMF14CD2 value.- Returns:
- String SMF14CD2 value
-
smf14ket
SMF14KET as a Duration.- Returns:
- Duration SMF14KET
- See Also:
-
smf14ketSeconds
public double smf14ketSeconds()SMF14KET in seconds.- Returns:
- double SMF14KET converted to seconds
-
smf14ketRawValue
public long smf14ketRawValue()SMF14KET raw value.- Returns:
- long SMF14KET 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
-