I'm having an interesting problem trying to sign a SAML2 Assertion using IBM's JRE 6.0. If I run the code under a Sun JDK, it signs the assertions correctly and the ...
I work with the brazilian "Nota Fiscal Eletronica" project, in which they define a standart way to sign XML documents.
Recently, they started to require that there ...
I have written the following .NET Framework 3.5 C# method which takes the location of an XML document and an object representation of an X509 digital certificate (with a private key) ...
I need to sign a xml file with RSA-SHA1 signing in enveloped mode in java. and check the signature in .net.
the signature is valid if sign and verification both done ...
I am looking for some help in solving a problem I have in verifying an XML Signature using the Apache Santuario Java library version 1.4.6. I have a client/server solution ...