augmentConfiguration(request_policy_state, false, handler, debugON, signAlias, encryptAlias);
} else {
augmentConfiguration(response_policy_state, false, handler, debugON, signAlias, encryptAlias);
augmentConfiguration(request_policy_state, true, handler, debugON, signAlias, encryptAlias);
}
_sEnvironment = new WssProviderSecurityEnvironment(handler, options);
} catch (Exception e) {
throw new RuntimeException(e);
}
}