Package | Description |
---|---|
com.veraxsystems.vxipmi.coding |
The part of library responsible for message encoding and decoding.
|
com.veraxsystems.vxipmi.coding.protocol |
The IPMI protocol messages, encoder and decoder.
|
com.veraxsystems.vxipmi.coding.protocol.encoder |
IPMI protocol encoder classes.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
Encoder.encode(IpmiEncoder protcolEncoder,
IpmiCommandCoder commandCoder,
int sequenceNumber,
int sessionId)
Encodes IPMI command specified by commandCoder into byte array raw data.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
Ipmiv20Message.getIntegrityAlgorithmBase(IpmiEncoder encoder)
Gets base for integrity algorithm calculations.
|
Modifier and Type | Class and Description |
---|---|
class |
ProtocolEncoder
Adds IPMI session header to encrypted payload.
|
class |
Protocolv15Encoder
Encodes IPMI v1.5 message
|
class |
Protocolv20Encoder
Encodes IPMI v2.0 message.
|