apache xml signature - load and sign pre calculate SignedInfo
Hallo to all.
I'm trying to sig an xml file (DOM using java apache xml security api. I'd like to perfom sign operation starting not from all document but just from loading SignedInfo with the digest value and sign it.
Does anybody know if it's possible and how?
I took a look at apache xml security without founding anything. There is only the way to build a brand new SignedInfo object.
Thanks to all
Matteo

