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++?

有帮助吗?

解决方案

  1. First find the certificate with CKO_CERTIFICATE. (C_FindObjectsInit, C_FindObjects, C_FindObjectsFinal)

2.Get the CKA_ID using C_GetAttributeValue

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top