public interface MspParser
| Modifier and Type | Method and Description | 
|---|---|
MspFrame | 
parse(byte[] mspData)
Parse the raw MSP byte array and return the MspFrame object for subsequent parsing steps. 
 | 
MspData | 
parseMspData(MspFrame frame)
Parse the whole payload for a Data Signing Object 
 | 
MspFrame parse(byte[] mspData) throws MspException
mspData - The data to parseMspFrame object.MspExceptionMspData parseMspData(MspFrame frame) throws MspException
frame - target msp frame to parseMspData objectMspException