public class Ciphers extends State
CipherSuite
that will be used during the session is
already picked. Transition to AuthcapWaiting
on Default
. On
failure it is possible to retry by sending Default
event again.Constructor and Description |
---|
Ciphers() |
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 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