Package com.blackhillsoftware.smf.smf2
Class IntervalAlternateSignature
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf2.IntervalAlternateSignature
-
Method Summary
Modifier and TypeMethodDescriptionstatic IntervalAlternateSignature
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
SMF2IASignFlgs value.int
SMF2IASignHashMeth value.byte[]
SMF2IASignSig data.int
SMF2IASignSigLen value.int
SMF2IASignSigType value.SMF2IASignTokenName value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf2iASignHashMeth
public int smf2iASignHashMeth()SMF2IASignHashMeth value.- Returns:
- int SMF2IASignHashMeth value
-
smf2iASignSigType
public int smf2iASignSigType()SMF2IASignSigType value.- Returns:
- int SMF2IASignSigType value
-
smf2iASignTokenName
SMF2IASignTokenName value.- Returns:
- String SMF2IASignTokenName value
-
smf2iASignFlgs
public int smf2iASignFlgs()SMF2IASignFlgs value.- Returns:
- int SMF2IASignFlgs value
-
smf2iasignsiglen
public int smf2iasignsiglen()SMF2IASignSigLen value.- Returns:
- int SMF2IASignSigLen value
-
smf2iASignSig
public byte[] smf2iASignSig()SMF2IASignSig data.- Returns:
- byte[] SMF2IASignSig data
-
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
-