Ok so I have :
((BindingProvider)port).getRequestContext().put(SecurityConstants.ENCRYPT_PROPERTIES,
"????");
((BindingProvider)port).getRequestContext().put(SecurityConstants.ENCRYPT_USERNAME,
"????");
((BindingProvider)port).getRequestContext().put(SecurityConstants.SIGNATURE_PROPERTIES,
"client_sign.properties");
((BindingProvider)port).getRequestContext().put(SecurityConstants.SIGNATURE_USERNAME,
"signingonly");
((BindingProvider)port).getRequestContext().put(SecurityConstants.CALLBACK_HANDLER,
ClientCallbackHandler.class.getName());
The client_sign.properties file contains the details of the keystore file
location.
I do not think I have a corresponding "encrypt" file.
also the word "port" is unresolved?
--
Sent from: http://cxf.547215.n5.nabble.com/cxf-user-f547216.html