Package | Description |
---|---|
com.veraxsystems.vxipmi.sm |
The
StateMachine classes |
com.veraxsystems.vxipmi.sm.states |
The
StateMachine states. |
Modifier and Type | Method and Description |
---|---|
State |
StateMachine.getCurrent() |
Modifier and Type | Method and Description |
---|---|
void |
StateMachine.setCurrent(State current) |
Modifier and Type | Class and Description |
---|---|
class |
Authcap
GetChannelAuthenticationCapabilities response was received. |
class |
AuthcapWaiting
Waiting for the
GetChannelAuthenticationCapabilities response. |
class |
Ciphers
State at which
CipherSuite that will be used during the session is
already picked. |
class |
CiphersWaiting
State at which getting Channel Cipher Suites is in progress.
|
class |
OpenSessionComplete
Indicates that
OpenSession response was received. |
class |
OpenSessionWaiting
Waiting for the
OpenSession response.Transition to OpenSessionComplete on DefaultAck
Transition to Authcap on Timeout |
class |
Rakp1Complete
At this state RAKP Message 2 was received - waiting for the confirmation to
send RAKP Message 3.
|
class |
Rakp1Waiting
Waiting for RAKP Message 2.
|
class |
Rakp3Complete
Empty state inserted to keep the convention of Waiting-Complete states.
|
class |
Rakp3Waiting
At this point of session challenge, RAKP Message 3 was sent,
StateMachine is waiting for RAKP Message 4.Transition to: Rakp3Complete on DefaultAck
Authcap on Timeout |
class |
SessionValid
State in which the session is valid and sending IPMI commands to the
remote machine is enabled. |
class |
Uninitialized
The initial state.
|