public void initializeCryptoManager()
throws ConfigException, InitializationException
{
RootCfg root =
ServerManagementContext.getInstance().getRootConfiguration();
CryptoManagerCfg cryptoManagerCfg = root.getCryptoManager();
cryptoManager = new CryptoManagerImpl(cryptoManagerCfg);
}