Top "Xml-signature" questions

XML Signatures provide integrity, message authentication, and/or signer authentication services for data of any type, whether located within the XML that includes the signature or elsewhere.

Library to manage XAdES signatures in Java

I'm looking for a Java library that allows the creation and verification of XAdES signatures (the more formats, the better: …

xml digital-signature archiving java xml-signature
How to get WS-Security certificate to be accepted by Java application

So I've been struggling with WS-Security for some time now, slowly making progress. First let me briefly describe my setup. …

java soapui ws-security xml-signature
How to verify a SAML signature for HTTP-redirect binding

I'm receiving a SAML request via HTTP-redirect binding the content of the SAML request look like this {"SigAlg"=>"http://…

xml saml-2.0 xml-signature itfoxtec-identity-saml2
How to generate DigestValue and SignatureValue for enveloped XML Signature using PHP/linux tool

i have been trying to find some examples on how to generate DigestValue and SignatureValue for XML signature (WSDL). Below …

php wsdl sha1 xml-signature xmlsec
command line tool for XML digital signing

Are there command-line tools for XML digital signing? I have found one here: http://www.codeproject.com/KB/security/xmldsiglic.…

xml command-line digital-signature xml-signature
Problem with custom namespace with SignedXml

The problem occurs when I sign XML documents containing namespace prefixes and namespace references and then validate it. The validation …

c# xml xml-signature signedxml
OpenSAML (2.0) Signature validation not working

Problem: I am using OpenSAML to build a means of authenticating the SAML 2.0 response posted to our servers. I have …

java saml-2.0 xml-signature opensaml
XMLDSig: Do I have to specify Reference URI in an enveloped signature

Suppose I have such xml: <?xml version="1.0" encoding="UTF-8"?> <CATALOG> <CD> <TITLE>…

java xml xml-signature xml-dsig xmlsec
How to verify signatures of XML File in C# with <x509certificate> (not cert file)?

i am making some codes for goverment billing system and after reading for some weeks i reached a dead end. …

c# xml validation xml-signature xml-dsig