iDEAL Signature Element
(Sub-)element | Description |
---|---|
Signature | |
| This element contains information about the signature and the content that needs to be signed. See below. |
| The value of the electronic signature. |
| This value indicates the certificate to be used for validating the signature. See below. |
SignedInfo | |
| Specified Algorithm = http://www.w3.org/2001/10/xml-exc-c14n# |
| Specified Algorithm = http://www.w3.org/2001/04/xmldsig-more#rsa-sha256 |
| See below |
Reference | |
| This value must be "" and it indicates that the entire XML document will be signed. |
| Specified Algorithm = http://www.w3.org/2000/09/xmldsig#enveloped-signature |
| Specified Algorithm = http://www.w3.org/2001/04/xmlenc#sha256 |
| This is the Base64 value of the hash of the content. |
KeyInfo | |
| This value holds the fingerprint which indicates the certificate to be used for validating the signature. |
Example Message fragment
.... <Signature xmlns="http://www.w3.org/2000/09/xmldsig#"> <SignedInfo> <CanonicalizationMethod Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#" /> <SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256" /> <Reference URI=""> <Transforms> <Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature" /> </Transforms> <DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256" /> <DigestValue>VW+VjenRyZVFCNfBTeoxDflQ4yfR8KYFvwPVinVPqBs=</DigestValue> </Reference> </SignedInfo> <SignatureValue> IELLwKSGFMk64US23YrpZ8//hJ8DeJEtYht5knlxJvBOr8dcI+aJTBq+YtyzP9ClcK62Obs5aynHBE/GPHZShuMw+8WHq4fCMInOwKURgwjDOz8UYaIMqG0Ojiz8dFYGn+dH2lL0QVss4jmIIAD8MCijb27oqij6PclXw9Y9veI= </SignatureValue> <KeyInfo> <KeyName>7D665C81ABBE1A7D0E525BFC171F04D276F07BF2</KeyName> </KeyInfo> </Signature> ....
Copyright © Currence iDEAL B.V. All rights reserved.