Interface IpmiDecoder
- All Known Implementing Classes:
PlainCommandv20Decoder
,ProtocolDecoder
,Protocolv15Decoder
,Protocolv20Decoder
public interface IpmiDecoder
Decodes IPMI session header and retrieves encrypted payload.
-
Method Summary
-
Method Details
-
decode
Decodes IPMI message.- Parameters:
rmcpMessage
- - RMCP message to decode.- Returns:
- Decoded IPMI message
- Throws:
IllegalArgumentException
- when delivered RMCP message does not contain encapsulated IPMI message.InvalidKeyException
- - when initiation of the integrity algorithm fails- See Also:
-