如何从USB Token的公私钥对中获取CKA_ID?
我有一个包含证书、公钥/私钥对的 USB 令牌,如何
#define CKA_ID
Key identifier for public/private key pair (default empty).
使用 C++ 从 PKCS 11 文档获取?
I have a USB token contain certificate, public/private key pair, how can i get
#define CKA_ID
Key identifier for public/private key pair (default empty).
From PKCS 11 document using C++?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
CKO_CERTIFICATE
的证书。 (C_FindObjectsInit, C_FindObjects, C_FindObjectsFinal
)2.使用
C_GetAttributeValue
获取CKA_IDCKO_CERTIFICATE
. (C_FindObjectsInit, C_FindObjects, C_FindObjectsFinal
)2.Get the CKA_ID using
C_GetAttributeValue