Team,

I had a question about how xmlsec (the standard) processes elements that are
base64 encoded.

Will these two structures be hashed to the same value?  Will the encoding
attribute be added to the hash?  Will both "6dnN..." payloads be base64
decoded before being processed?

Thanks a million.

<dsig:Object Id="MyData">
<pfx:MyContent>6dnNn1e+hDWsk73ONrQS2+sBWtA=</pfx:MyContent>
</dsig:Object>

<dsig:Object Id="MyData">
<pfx:MyContent 
Encoding="http://www.w3.org/2000/09/xmldsig#base64";>6dnNn1e+hDWsk73ONrQS2+sBWtA=</pfx:MyContent>
</dsig:Object>

Reply via email to