Constructor and Description |
---|
Listener(CipherSuite cipherSuite,
IpmiCommandCoder commandCoder) |
Modifier and Type | Method and Description |
---|---|
CipherSuite |
ConnectionHandle.getCipherSuite() |
Modifier and Type | Method and Description |
---|---|
java.util.List<CipherSuite> |
IpmiAsyncConnector.getAvailableCipherSuites(ConnectionHandle connectionHandle)
Gets
CipherSuite s available for the connection with the remote
host. |
Modifier and Type | Method and Description |
---|---|
GetChannelAuthenticationCapabilitiesResponseData |
IpmiAsyncConnector.getChannelAuthenticationCapabilities(ConnectionHandle connectionHandle,
CipherSuite cipherSuite,
PrivilegeLevel requestedPrivilegeLevel)
Gets the authentication capabilities for the connection with the remote
host.
|
void |
ConnectionHandle.setCipherSuite(CipherSuite cipherSuite) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CipherSuite> |
IpmiConnector.getAvailableCipherSuites(ConnectionHandle connectionHandle)
Gets
CipherSuite s available for the connection with the remote host. |
Modifier and Type | Method and Description |
---|---|
GetChannelAuthenticationCapabilitiesResponseData |
IpmiConnector.getChannelAuthenticationCapabilities(ConnectionHandle connectionHandle,
CipherSuite cipherSuite,
PrivilegeLevel requestedPrivilegeLevel)
Gets the authentication capabilities for the connection with the remote host.
|
Modifier and Type | Method and Description |
---|---|
CipherSuite |
IpmiCommandCoder.getCipherSuite() |
Modifier and Type | Method and Description |
---|---|
void |
IpmiCommandCoder.setCipherSuite(CipherSuite cipherSuite) |
void |
IpmiCommandCoder.setSessionParameters(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType)
Sets session parameters.
|
Constructor and Description |
---|
IpmiCommandCoder(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType) |
Constructor and Description |
---|
ChassisControl(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType,
PowerCommand powerCommand)
Initiates ChassisControl for encoding and decoding.
|
GetChassisStatus(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType)
Initiates GetChassisStatus for encoding and decoding.
|
Constructor and Description |
---|
GetFruInventoryAreaInfo(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType,
int fruId)
Initiates GetFruInventoryAreaInfo for both encoding and decoding.
|
ReadFruData(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType,
int fruId,
BaseUnit unit,
int offset,
int countToRead)
Initiates ReadFruData for both encoding and decoding.
|
Constructor and Description |
---|
GetSdr(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType,
int reservationId,
int recordId)
Initiates GetSdr for both encoding and decoding.
|
GetSdr(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType,
int reservationId,
int recordId,
int offset,
int bytesToRead)
Initiates GetSdr for both encoding and decoding.
|
GetSdrRepositoryInfo(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType)
Initiates GetSdrRepositoryInfo for both encoding and decoding.
|
GetSensorReading(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType,
int sensorId)
Initiates class for both encoding and decoding.
|
ReserveSdrRepository(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType)
Initiates ReserveSdrRepository for both encoding and decoding.
|
Constructor and Description |
---|
GetSelEntry(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType,
int reservationId,
int recordId)
Initiates GetSelEntry for both encoding and decoding.
|
GetSelInfo(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType)
Initiates GetSelInfo for both encoding and decoding.
|
ReserveSel(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType)
Initiates ReserveSel for both encoding and decoding.
|
Modifier and Type | Method and Description |
---|---|
void |
GetChannelAuthenticationCapabilities.setSessionParameters(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType)
Sets session parameters.
|
Constructor and Description |
---|
CloseSession(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType,
int sessionId)
Initiates CloseSession for both encoding and decoding.
|
GetChannelAuthenticationCapabilities(IpmiVersion version,
IpmiVersion requestVersion,
CipherSuite cipherSuite)
Initiates class.
|
GetChannelAuthenticationCapabilities(IpmiVersion version,
IpmiVersion requestVersion,
CipherSuite cipherSuite,
PrivilegeLevel privilegeLevel,
byte channelNumber)
Initiates class.
|
OpenSession(CipherSuite cipherSuite)
Initiates class for decoding.
|
OpenSession(int sessionID,
PrivilegeLevel privilegeLevel,
CipherSuite cipherSuite)
Initiates class for encoding and decoding.
|
Rakp1(int managedSystemSessionId,
PrivilegeLevel privilegeLevel,
java.lang.String username,
java.lang.String password,
byte[] bmcKey,
CipherSuite cipherSuite)
Initiates class for encoding and decoding.
|
Rakp3(byte statusCode,
int managedSystemSessionId,
CipherSuite cipherSuite,
Rakp1 rakp1,
Rakp1ResponseData rakp1ResponseData)
Initiates class for encoding and decoding.
|
Rakp3(CipherSuite cipherSuite,
Rakp1 rakp1,
Rakp1ResponseData rakp1ResponseData)
Initiates class for decoding.
|
SetSessionPrivilegeLevel(IpmiVersion version,
CipherSuite cipherSuite,
AuthenticationType authenticationType,
PrivilegeLevel privilegeLevel)
Initiates
SetSessionPrivilegeLevel for encoding and decoding |
Constructor and Description |
---|
PlainCommandv20Decoder(CipherSuite cipherSuite) |
Protocolv20Decoder(CipherSuite cipherSuite)
Initiates IPMI v2.0 packet decoder.
|
Modifier and Type | Method and Description |
---|---|
static CipherSuite |
CipherSuite.getEmpty() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<CipherSuite> |
CipherSuite.getCipherSuites(byte[] bytes)
Builds Cipher Suites collection from raw data received by
GetChannelCipherSuites commands. |
Modifier and Type | Method and Description |
---|---|
java.util.List<CipherSuite> |
ConnectionManager.getAvailableCipherSuites(int connection)
Gets from the managed system supported
CipherSuite s. |
java.util.List<CipherSuite> |
Connection.getAvailableCipherSuites(int tag)
Gets from the managed system supported
CipherSuite s. |
Modifier and Type | Method and Description |
---|---|
GetChannelAuthenticationCapabilitiesResponseData |
ConnectionManager.getChannelAuthenticationCapabilities(int connection,
CipherSuite cipherSuite,
PrivilegeLevel requestedPrivilegeLevel)
Queries the managed system for the details of the authentification
process.
|
GetChannelAuthenticationCapabilitiesResponseData |
Connection.getChannelAuthenticationCapabilities(int tag,
CipherSuite cipherSuite,
PrivilegeLevel requestedPrivilegeLevel)
Queries the managed system for the details of the authentification
process.
|
void |
ConnectionManager.startSession(int connection,
CipherSuite cipherSuite,
PrivilegeLevel privilegeLevel,
java.lang.String username,
java.lang.String password,
byte[] bmcKey)
Initiates the session with the managed system.
|
void |
Connection.startSession(int tag,
CipherSuite cipherSuite,
PrivilegeLevel privilegeLevel,
java.lang.String username,
java.lang.String password,
byte[] bmcKey)
Initiates the session with the managed system.
|
Modifier and Type | Method and Description |
---|---|
CipherSuite |
StartSession.getCipherSuite() |
CipherSuite |
Rakp2Ack.getCipherSuite() |
CipherSuite |
Default.getCipherSuite() |
Constructor and Description |
---|
Authorize(CipherSuite cipherSuite,
int sequenceNumber,
PrivilegeLevel privilegeLevel,
int sessionId) |
Default(CipherSuite cipherSuite,
int sequenceNumber,
PrivilegeLevel privilegeLevel) |
OpenSessionAck(CipherSuite cipherSuite,
PrivilegeLevel privilegeLevel,
int sequenceNumber,
int managedSystemSessionId,
java.lang.String username,
java.lang.String password,
byte[] bmcKey)
Provides data required to send RAKP Message 1.
|
Rakp2Ack(CipherSuite cipherSuite,
int sequenceNumber,
byte statusCode,
int managedSystemSessionId,
Rakp1ResponseData rakp1ResponseData)
Prepares
Rakp2Ack . |
StartSession(CipherSuite cipherSuite,
int sessionId) |
Modifier and Type | Method and Description |
---|---|
CipherSuite |
SessionValid.getCipherSuite() |
Constructor and Description |
---|
Rakp3Waiting(int tag,
Rakp1 rakp1,
Rakp1ResponseData rakp1ResponseData,
CipherSuite cipherSuite)
Initiates state.
|
SessionValid(CipherSuite cipherSuite,
int sessionId)
Initiates the state.
|