Class Protocolv15Encoder
java.lang.Object
org.metricshub.ipmi.core.coding.protocol.encoder.ProtocolEncoder
org.metricshub.ipmi.core.coding.protocol.encoder.Protocolv15Encoder
- All Implemented Interfaces:
IpmiEncoder
Encodes IPMI v1.5 message
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Protocolv15Encoder
public Protocolv15Encoder()
-
-
Method Details
-
encode
Description copied from interface:IpmiEncoder
Encodes IPMI message.- Parameters:
ipmiMessage
- - IPMI message to be encoded. Must beIpmiv15Message
.- Returns:
- IPMI message encoded into byte array.
- Throws:
InvalidKeyException
- - when initiation of the confidentiality algorithm failsIllegalArgumentException
- when IPMI protocol version is incorrect.- See Also:
-