RE: Looping in package org.apache.xml.security.keys.content.X509Data

2004-08-09 Thread Eckehard.Hermann
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

[GUMP@brutus]: xml-security/xml-security failed

2004-08-09 Thread Sam Ruby
- 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

[GUMP@brutus]: xml-security/xml-security failed

2004-08-09 Thread Sam Ruby
- 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

Encryption Unit Test Failures

2004-08-09 Thread Vishal Mahajan
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

Re: XmlDsig error with base64Binary Type

2004-08-09 Thread Berin Lautenbach
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