Re: Please vote whether to post final release of 1.4.3

2009-07-20 Thread Julien PASQUIER
+1 Sean Mullan a écrit : The testing period for the Java XMLSec 1.4.3 release has passed without any issues. Therefore, I would like to initiate a vote to post the final release of 1.4.3. Please cast your vote: +1 : Yes, go ahead and post it -1 : No (please indicate why) Thanks, Sean

Re: XMLSignature

2009-07-15 Thread Julien PASQUIER
oint about the "final" keyword and I am interested in solutions or designs for this kind of requirements. Thanks Ernesto Arroyo Ron, CISSP,CISA,CISM -Mensaje original- De: Julien PASQUIER [mailto:julienpasqu...@free.fr] Enviado el: lunes, 13 de julio de 2009

Re: XMLSignature

2009-07-13 Thread Julien PASQUIER
Hi Sean, Thank you for your response. I would like implement a XAdESSignature class which extends the org.apache.xml.security.signature.XMLSignature class. Regards, Julien Pasquier Sean Mullan wrote : Julien PASQUIER wrote: Hi all, I would like to create a class which extends the

XMLSignature

2009-07-13 Thread Julien PASQUIER
Hi all, I would like to create a class which extends the XMLSignature class but it is not possible because XMLSignature class is declared as "final". Is it possible te remove the "final" declaration from the XMLSecurity class in the next release of XMLSecurity (v1.4.3)

Re: XML Security and HSM

2007-05-04 Thread Julien PASQUIER
Hi, I think that it is possible. You must develop or used a JCE provider (a KeyStore implementation to use the private key of your HSM). You could use a provider implementation of PKCS#11 (i.e : IAIK or Sun with JRE 1.5) if your HSM support the PKCS#11 interface. Julien - Original Message

Re: XMLSignature class - The signer output stream is closed before signing operation

2007-03-14 Thread Julien PASQUIER
(); } catch (IOException e) { //Imposible throw new RuntimeException(e); } when the operation is impossible (You never know ;-) ). -Original Message- From: Julien PASQUIER [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 14, 2007 12:12 PM To: security-dev@xml.apache.org Subject: XMLSignature

XMLSignature class - The signer output stream is closed before signing operation

2007-03-14 Thread Julien PASQUIER
so" object is closed ("so.close()") before the signing operation ? Regards, Julien PASQUIER

Re: SignatureDSA Java Implementation

2007-02-08 Thread Julien PASQUIER
Thanks for your answer. I will fill this bug in the bugzilla (Security project). Regards, Julien PASQUIER - Original Message - From: "Sean Mullan" <[EMAIL PROTECTED]> To: Sent: Thursday, February 08, 2007 3:54 PM Subject: Re: SignatureDSA Java Implementation It

BUG in RFC2253 parser

2007-02-08 Thread Julien PASQUIER
ct ! Could you please confirm and fix this bug. Regards, Julien PASQUIER

SignatureDSA Java Implementation

2007-02-08 Thread Julien PASQUIER
) { . } -- Regards, Julien PASQUIER