Hi Raul,
for the input document have a look to the attachment and create a XML
sigantrue instance out of it and then do something like as following
XMLSignature sig = new XMLSignature(signature,
this.mfDefaultBaseURI);
KeyInfo keyinfo = sig.getKeyInfo();
X509Data data
-
To subscribe to this information via syndicated feeds:
RSS: http://brutus.apache.org/gump/public/xml-security/xml-security/rss.xml
Atom: http://brutus.apache.org/gump/public/xml-security/xml-security/atom.xml
--
Gump E-mail Identifier (within run) #17.
Prod
-
To subscribe to this information via syndicated feeds:
RSS: http://brutus.apache.org/gump/public/xml-security/xml-security/rss.xml
Atom: http://brutus.apache.org/gump/public/xml-security/xml-security/atom.xml
--
Gump E-mail Identifier (within run) #17.
Prod
Some encryption unit tests are not passing on the head branch. I wanted
to make sure that I am not the only one observing this. Details follow:
[junit] Running org.apache.xml.security.test.encryption.BaltimoreEncTest
[junit] Tests run: 10, Failures: 0, Errors: 5, Time elapsed: 7.176 sec
Scott Cantor wrote:
It's probably worth documenting this better somewhere, though. People
stumble over this one a lot if they sign base64 data.
Good point. I will do this. (Or at least add to my ever growing list
of things to do :<.)
Cheers,
Berin