private void buildSFSBUUIDUtil(byte[] ipAddress, int port) {
//Just for debugging purpose, we instantiate
// two different key generators
keyGen = HAEnabled
? new ScrambledKeyGenerator(ipAddress, port)
: new SimpleKeyGenerator(ipAddress, port);
containerInitialization.setSFSBUUIDUtil(keyGen);
}