| Interface | Description | 
|---|---|
| MspCapData | 
 Data object for MSP CAP algorithm. 
 | 
| MspData | 
 The super class for MSP data. 
 | 
| MspField | 
 A class represents the MSP field which describes the field information such as field
 completeness. 
 | 
| MspFrame | 
 An interface to represent the msp frame operation. 
 | 
| MspOathData | 
 An interface to represent msp oath data. 
 | 
| MspParser | 
 The MSP parser interface. 
 | 
| Class | Description | 
|---|---|
| MspConfiguration | 
 The configuration class for MSP, this class provides the interfaces for user to configure some
 properties before using the MSP feature, e.g. 
 | 
| MspConfiguration.Builder | 
 The builder class to build a MspConfiguration instance. 
 | 
| MspFactory | 
 The factory class for MSP to create the parser. 
 | 
| MspModule | 
 MspModule class which is the entry-point for Msp features. 
 | 
| MspService | 
 MspService is the entry-point for using MSP services. 
 | 
| MspSignatureKey | 
 A class that represents the signature key. 
 | 
| Enum | Description | 
|---|---|
| MspBaseAlgorithm | 
 An enum type of MSP base algorithm. 
 | 
| MspField.FieldCompleteness | 
 The enum class to describe the completeness of a MSP field. 
 | 
| MspFrameType | 
 An enum to represent msp frame type 
 |