}
}
private void initPKUpdateStep(Index movedNode, KeyPair oldProtectionKeys, KeyPair newProtectionKeys)
throws NoPeerConnectionException {
MoveUpdateProtectionKeyContext pkUpdateContext = new MoveUpdateProtectionKeyContext(movedNode,
oldProtectionKeys, newProtectionKeys);
getParent().insertNext(
new InitializeMetaUpdateStep(pkUpdateContext, networkManager.getDataManager()), this);
}