Hi Devs, Currently both EncryptedKey processor and ReferenceList processor returns only the data ref Id of the encrypted elements which doesn't have much value when elements are decrypted. I propose that both EncryptedKey processor and ReferenceList processor return more information about the decrypted elements.
1.) ref id ( what we are currently returning ) 2.) QName of the decrypted element 3.) wsu:Id (if the decrypted element has a wsu:Id, ) So rather than returning a String with a ref Id, I propose to return a WSDataRef object with all the above information.This essential for further validations about the encrypted elements. I have a create a JIRA [1] and a patch. But this would break backward compatibility if someone is actually using these returned dataref ids. Any suggestions ?? thanks, /nandana [1] - http://issues.apache.org/jira/browse/WSS-104 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
