Mathias Berg wrote:
Hi, i need some advice how i should build my xmlSignature document.
In our application we can create many orders. And each order shall be
xmlSigned.
After that, the xmlSigned orders is then added to a new XmlSigned document,
so we signed all orders in one document again.
N
Scott Cantor wrote:
Looks like a bug to me.
Bugs need to be reported to issues.apache.org/bugzilla.
Thanks,
-- Scott
Fine, I'll report it.
Thomas
> Looks like a bug to me.
Bugs need to be reported to issues.apache.org/bugzilla.
Thanks,
-- Scott
ensaje original-
De: Julien PASQUIER [mailto:julienpasqu...@free.fr] Enviado el: lunes,
13 de julio de 2009 17:31
Para: security-dev@xml.apache.org
Asunto: Re: XMLSignature
Hi Sean,
Thank you for your response.
I would like implement a XAdESSignature class which extends the
org.apache.xml.security
17:31
Para: security-dev@xml.apache.org
Asunto: Re: XMLSignature
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:
ginal-
De: Julien PASQUIER [mailto:julienpasqu...@free.fr]
Enviado el: lunes, 13 de julio de 2009 17:31
Para: security-dev@xml.apache.org
Asunto: Re: XMLSignature
Hi Sean,
Thank you for your response.
I would like implement a XAdESSignature class which extends the
org.apache.xml.security.signature.XMLSig
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 XMLSigna
Sean Mullan wrote:
Julien PASQUIER wrote:
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
Julien PASQUIER wrote:
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)
/Imposible
}
- Original Message -
From: "Marcin Cinik" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, March 14, 2007 12:19 PM
Subject: RE: XMLSignature class - The signer output stream is closed before
signing operation
There should rather be:
try {
so.close
There should rather be:
try {
so.close();
} 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
Do you have a test case?
--Sean
Larchier Christophe wrote:
Hi all,
I use xml-security-1_3_0.
I execute the following code :
logger.info("arg2=" + NAMESPACE_URI_DS);
logger.info("arg3=" + NAMESPACE_URI_DS + algo);
signature = new XMLSignature(envelope, NAMESPA
Hi,
Why are you using MD5 alg? It is totally broken and compleatly insecure.
Can you use SHA1 or SHA2 instead?
Best regards,
Milan
> -Original Message-
> From: Rafael José Deitos [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 15, 2005 4:39 PM
> To: security-dev@xml.apache.org
> Subj
>
> Is there any way to stop the sign method of XMLSignature adding namespace
> information to every element? When I use it the argument list in my SOAP
> message becomes 7 times larger because namespace information is added to
> every element. For long element lists this is causing an OutOfMemory
14 matches
Mail list logo