Package com.blackhillsoftware.smf.smf2
Class GroupAlternateSignature
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf2.GroupAlternateSignature
-
Method Summary
Modifier and TypeMethodDescriptionstatic GroupAlternateSignaturecreate(byte[] Data, int offset, int length) create is intended for internal use only.intSMF2GASignHashMeth value.byte[]SMF2GASignSig data.intSMF2GASignSigLen value.intSMF2GASignSigType value.SMF2GASignTokenName value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf2gASignHashMeth
public int smf2gASignHashMeth()SMF2GASignHashMeth value.- Returns:
- int SMF2GASignHashMeth value
-
smf2gASignSigType
public int smf2gASignSigType()SMF2GASignSigType value.- Returns:
- int SMF2GASignSigType value
-
smf2gASignTokenName
SMF2GASignTokenName value.- Returns:
- String SMF2GASignTokenName value
-
smf2gASignSigLen
public int smf2gASignSigLen()SMF2GASignSigLen value.- Returns:
- int SMF2GASignSigLen value
-
smf2gASignSig
public byte[] smf2gASignSig()SMF2GASignSig data.- Returns:
- byte[] SMF2GASignSig 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
-