Adds an XML Signature (XML-DSig) to the wsse:Security header, signing the elements listed in references. Follows the WS-Security convention used by Apache CXF: each signed element receives a wsu:Id that a detached ds:Reference points at. Signs with the enclosing wsSecurity element's keystore.
References the signing certificate from ds:KeyInfo via a wsse:SecurityTokenReference/wsse:KeyIdentifier, instead of embedding it inline or via a separate wsse:BinarySecurityToken. Mutually exclusive with x509Data and securityTokenReference.
The elements to sign. Each becomes one ds:Reference inside the signature's ds:SignedInfo - except an XPATH reference matching more than one element, which becomes one ds:Reference per matched element.
References the signing certificate from ds:KeyInfo via a wsse:SecurityTokenReference pointing at a wsse:BinarySecurityToken, instead of embedding it inline. Mutually exclusive with x509Data and keyIdentifier.