如何在数字签名中使用 ECDSA 密钥
我想知道是否有可能使用 Bouncy Castle 生成的密钥对创建签名 ECDSA;
事实上,以 RSA 为例,我使用 Bouncy Castle 生成密钥,然后将它们保存在 XML 文件中,目的是在 C# 中使用 FromXmlString
方法,
我想如何使用 ECDSA 做同样的事情,见于:
http://msdn.microsoft.com/ fr-fr/library/system.security.cryptography.ecdsa.aspx
FromXmlStrin
g 方法有相同的功能吗?
为了正确构建我的文件 XML,您对公钥和私钥 ECDSA 的格式有任何了解吗?用于构建此文件的标签和元素是什么)?
那么 C# 中的 ECKeyXmlFormat.Rfc4050
又如何呢?
ecdsa 密钥必须使用这种格式吗?
I want to know if there 's a possibility to create a signature ECDSA, using a key pair generated with Bouncy Castle;
Indeed, with RSA for example, I generate keys with Bouncy Castle , then I save them in XML file, the purpose is to Use FromXmlString
method in C#,
How I want to do the same thing with ECDSA, seen in:
http://msdn.microsoft.com/fr-fr/library/system.security.cryptography.ecdsa.aspx
Does FromXmlStrin
g method have the same function?
Do you have any an idea about the format of a public and private keys ECDSA, in order to build my file XML properly? What are the tags and elements to be used to build this file)?
and what about ECKeyXmlFormat.Rfc4050
in C#?
Is ecdsa keys must use this format?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
[旧问题清理]
英文版本对我来说同样有用,在我看来你会的
必须自己构建 XML 结构
其他所有东西也用来编码密钥
必须使用这种格式,但它是事实上的标准
[old questions clean up]
the English version is as useable to me, seems to me that you will
have to build that XML structure yourself
which everything else uses to encode keys in as well
have to use this format, but it is the defacto standard