Return-Path: Delivered-To: apmail-xml-security-dev-archive@www.apache.org Received: (qmail 92832 invoked from network); 7 Apr 2006 18:34:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Apr 2006 18:34:04 -0000 Received: (qmail 3066 invoked by uid 500); 7 Apr 2006 18:34:03 -0000 Delivered-To: apmail-xml-security-dev-archive@xml.apache.org Received: (qmail 2745 invoked by uid 500); 7 Apr 2006 18:34:02 -0000 Mailing-List: contact security-dev-help@xml.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: security-dev@xml.apache.org List-Id: Delivered-To: mailing list security-dev@xml.apache.org Received: (qmail 2734 invoked by uid 99); 7 Apr 2006 18:34:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Apr 2006 11:34:02 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [200.55.10.180] (HELO ibox.consist.com.ar) (200.55.10.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Apr 2006 11:34:01 -0700 Received: from localhost (ibox.consist.com.ar [127.0.0.1]) by ibox.consist.com.ar (Postfix) with ESMTP id 0FBD17C17F3F for ; Fri, 7 Apr 2006 15:28:28 -0300 (ART) Received: from ibox.consist.com.ar ([127.0.0.1]) by localhost (ibox.consist.com.ar [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05152-07 for ; Fri, 7 Apr 2006 15:28:27 -0300 (ART) Received: from canguro (unknown [192.1.2.60]) by ibox.consist.com.ar (Postfix) with SMTP id AD7267C17F82 for ; Fri, 7 Apr 2006 15:28:27 -0300 (ART) Message-ID: <020c01c65a71$91fb07f0$3c0201c0@consist.com.ar> From: "Martin Labarthe Dubois" To: References: <20060407175403.43265.qmail@web38408.mail.mud.yahoo.com> Subject: Re: JDOM - Sign validation Date: Fri, 7 Apr 2006 15:32:04 -0300 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0209_01C65A58.6C4F0E20" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at consist.com.ar X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_0209_01C65A58.6C4F0E20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable yes, i did quite a lot of R&D on that and made a pure JDOM XML signing = algorithm. i prefer JDOM to DOM a lot! i also made a JAXB based on JDOM instead too. I found it much simpler = and faster to=20 manage business objects that way, and sign them directly from there. the other diference of my JAXB is that i generate POJOs objects peer = each XML node,=20 Has anyone did some R&D on handling JDOM for signing and validating. ------=_NextPart_000_0209_01C65A58.6C4F0E20 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
yes, i did quite a lot of R&D on = that and=20 made a pure JDOM XML signing algorithm.
i prefer JDOM to DOM a = lot!
 
i also made a JAXB based on JDOM = instead too. I=20 found it much simpler and faster to
manage business objects that way, and = sign them=20 directly from there.
 
the other diference of my JAXB is that=20 i generate POJOs objects peer each XML node,
Has anyone did some R&D on handling JDOM for signing and=20 validating.
 
 
------=_NextPart_000_0209_01C65A58.6C4F0E20--