return cipherHTTP;
}
@Bean
public StateUtil stateUtil() {
StateUtil stateUtil = new StateUtil();
stateUtil.setEncodingUtil(encodingUtil());
stateUtil.setConfig(hdivConfig());
stateUtil.setSession(securitySession());
stateUtil.setStateScopeManager(stateScopeManager());
stateUtil.init();
return stateUtil;
}