码迷,mamicode.com
首页 > 编程语言 > 详细

c# 对XML进行数字签名并且让java验签成功

时间:2018-12-23 15:31:32      阅读:290      评论:0      收藏:0      [点我收藏+]

标签:sys   服务   document   digital   ack   tar   ram   bbs   .net   

实现:

1.c#将xml报文做数字签名发送到java服务,java服务成功验签。

2.c#服务对收到java服务推送的xml报文成功验签。

前提:

1.java服务要求


 

资料:

1.msdn:xml签名:https://docs.microsoft.com/zh-cn/dotnet/standard/security/how-to-sign-xml-documents-with-digital-signatures

2.msdn:xml验签:https://docs.microsoft.com/zh-cn/dotnet/standard/security/how-to-verify-the-digital-signatures-of-xml-documents

3.csdn讨论帖:https://bbs.csdn.net/topics/392005202

4.C#下解析、生成JAVA的RSA密钥、公钥:https://blog.csdn.net/starfd/article/details/51838589

5.微软对xml加签验签的举例:https://docs.microsoft.com/zh-cn/dotnet/api/system.security.cryptography.xml.signedxml?view=netframework-4.7.2

6.stack overflow对xml sha256签名的讨论帖:https://stackoverflow.com/questions/17258800/c-sharp-support-for-rsa-sha-256-signing-for-individual-xml-elements

http://www.voidcn.com/article/p-ezohxnnk-bty.html

 

c# 对XML进行数字签名并且让java验签成功

标签:sys   服务   document   digital   ack   tar   ram   bbs   .net   

原文地址:https://www.cnblogs.com/heweiquan123/p/10163703.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!