Hello,
I am trying to decrypt and verify data( signed & encrypted
) using the XML security suite and the signature.checkSignatureValue(cert)
returns false which means the signature varification has failed. I am not sure
why it failed since verification for signed only data and decrypt for encrypted
only data work fine. Can I simply decrypt the signed & encrypted
data first then pass it to my verifier to create XMLSignature to call
checkSignatureValue ? Please advise!
Thanks in advance.
Hyejung
