Hello, I am XML security beginer, I using Java and Apache XML security lib to solve my task. That I have to sign into a XML message with "Enveloped Signature" type.
I read your samples, and tried to sign. When sign to element I was seem to be success, but when verify the message, which I've just signed I got FALSE value. I found that - in your samples - you used an extends of ResourceResolveSpi when verifing(OfflineResourceResolve.java). But I still don't understand ... Can you help me? Thanks in advance, Regards
