EMAIL PROTECTED]
Sent: Tuesday, March 21, 2006 9:25 AM
To: [email protected]
Subject: AW: Remove KeyValue from xml signature
Thanks for your request Murugan!
But that's not my problem... Let me rephrase that(bad English...) :)
I have an xml file. I'm signing it and create an env
ag, 21. März 2006 17:06
An: [email protected]
Betreff: RE: Remove KeyValue from xml signature
Hi Michael.
Once you sign the document , you can use put the signed content to the
another file .The code for implementing is as follows.
xmlFile - is the name of the file where you
);
org.apache.xml.security.utils.XMLUtils.outputDOMc14nWithComments(doc,
out);
Murugan
-Original Message-
From: Michael Kail [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 21, 2006 4:06 AM
To: [email protected]
Subject: Remove KeyValue from xml signature
Hi to all!
I'v got a problem:
I'
Hi to all!
I'v got a problem:
I'm creating an enveloped xml signature. That works. But in the signed
document is Field KeyValue that contains DSAKeyValue. And I just wan't
to know if there is any Way to tell xmlsignature not to write that
information into document(as we don't need it).
Here's my c