Re: XmlSecurity Endpoint: Adding KeyValue as KeyInfo child in signature

2014-11-14 Thread Gonzalo Vasquez
nice to know, thanks! Gonzalo Vásquez Sáez Gerente Investigación y Desarrollo (R&D) Altiuz Soluciones Tecnológicas de Negocios Ltda. Av. Nueva Tajamar 555 Of. 802, Las Condes - CP 7550099 +56 2 335 2461 gvasq...@altiuz.cl http://www.altiuz.cl http://www.altiuzreports.com El 14-11-2014, a las

Re: XmlSecurity Endpoint: Adding KeyValue as KeyInfo child in signature

2014-11-14 Thread Colm O hEigeartaigh
> Line breaks: Here I have no solution. The component uses Apache Santuario > or the JSR105 implementation of the JRE. Mybe you can find more information > in the Santuario spec. Line breaks are controlled by the System property "org.apache.xml.security.ignoreLineBreaks". So if you want to add lin

Re: XmlSecurity Endpoint: Adding KeyValue as KeyInfo child in signature

2014-11-14 Thread Franz Paul Forsthofer
Hello Gonzalo Vàsquez, KeyValue: PublicKey key = cert.getPublicKey(); KeyValue keyInfoFactory.newKeyValue(key); List keyInfoContent = new ArrayList(1)); if (keyValue != null) { keyInfoContent.add(keyValue); } KeyInfo keyInfo = keyInfoF