如何检查CSP或PKCS创建的证书和密钥对?
我在使用 csp 或 pkcs 在令牌中生成密钥对和证书时遇到问题,我必须区分这一点然后我想知道 “如何检查CSP或PKCS创建的证书和密钥对??”。
I have a problem with keypair and certificate generate in token using csp or pkcs, and i must to distict this then i want to know
"How to check certificate and key pair created by CSP or PKCS ??".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
第一步您应该检查它们各自的 API。
对于 PKCS,您应该阅读 PKCS11 标准,如下所述:http://www.rsa .com/rsalabs/node.asp?id=2133
该API接口将包含检查证书的方法。
请注意,一般来说,CSP 仅由 Microsoft 产品使用,而 PKCS 则由其他软件供应商使用。
You should check their respective API as the first step.
For PKCS, you should read PKCS11 standard as mentioned on: http://www.rsa.com/rsalabs/node.asp?id=2133
This API interface will contains the method to check on the certificate.
Take note that in general, CSP is used by only Microsoft Product, while PKCS is used by the other software vendors.