public class Rakp3Waiting extends State
StateMachine
is waiting for RAKP Message 4.Rakp3Complete
on DefaultAck
Authcap
on Timeout
Constructor and Description |
---|
Rakp3Waiting(int tag,
Rakp1 rakp1,
Rakp1ResponseData rakp1ResponseData,
CipherSuite cipherSuite)
Initiates state.
|
Modifier and Type | Method and Description |
---|---|
void |
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
|
public Rakp3Waiting(int tag, Rakp1 rakp1, Rakp1ResponseData rakp1ResponseData, CipherSuite cipherSuite)
rakp1
- - the Rakp1
message that was sent earlier in the
authentification process.rakp1ResponseData
- - the Rakp1ResponseData
that was received earlier in
the authentification process.cipherSuite
- - the CipherSuite
used during this session.public void doTransition(StateMachine stateMachine, StateMachineEvent machineEvent)
State
doTransition
in class State
stateMachine
- - the contextmachineEvent
- - the StateMachineEvent
that was the cause of the
transitionpublic void doAction(StateMachine stateMachine, RmcpMessage message)
State