return ofc.getProperty();
}
private static Parameter getInflowConfiguration() {
InflowConfiguration ifc = new InflowConfiguration();
ifc.setActionItems("Timestamp Signature Encrypt");
ifc.setPasswordCallbackClass("org.apache.rampart.samples.sample11.PWCBHandler");
ifc.setSignaturePropFile("client.properties");
return ifc.getProperty();
}