Class Rakp3Waiting
java.lang.Object
org.metricshub.ipmi.core.sm.states.State
org.metricshub.ipmi.core.sm.states.Rakp3Waiting
At this point of session challenge, RAKP Message 3 was sent,
Transition to:
StateMachine
is waiting for RAKP Message 4.Transition to:
-
Constructor Summary
ConstructorsConstructorDescriptionRakp3Waiting
(int tag, Rakp1 rakp1, Rakp1ResponseData rakp1ResponseData, CipherSuite cipherSuite) Initiates state. -
Method Summary
Modifier and TypeMethodDescriptionvoid
doAction
(StateMachine stateMachine, RmcpMessage message) Defines the action that should be performed when a response form the remote system arrives in the current state.void
doTransition
(StateMachine stateMachine, StateMachineEvent machineEvent) Performs the state transition
-
Constructor Details
-
Rakp3Waiting
public Rakp3Waiting(int tag, Rakp1 rakp1, Rakp1ResponseData rakp1ResponseData, CipherSuite cipherSuite) Initiates state.- Parameters:
rakp1
- - theRakp1
message that was sent earlier in the authentification process.rakp1ResponseData
- - theRakp1ResponseData
that was received earlier in the authentification process.cipherSuite
- - theCipherSuite
used during this session.
-
-
Method Details
-
doTransition
Description copied from class:State
Performs the state transition- Specified by:
doTransition
in classState
- Parameters:
stateMachine
- - the contextmachineEvent
- - theStateMachineEvent
that was the cause of the transition
-
doAction
Description copied from class:State
Defines the action that should be performed when a response form the remote system arrives in the current state.
-