Hello, is there an (easy) way to dynamically choose a key/certificate that shall be used with CXF/WSS4J to sign the response to a SOAP request?
Our service runs in an application where we configure explicitly ws-security.signature.crypto with an instance of org.apache.ws.security.components.crypto.Crypto. For now we choose the key by the setting org.apache.ws.security.crypto.merlin.keystore.alias. Can we hook into CXF's chains or implement some factory? Thanks, Manfred
