Frage

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

War es hilfreich?

Lösung

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

2.Get the CKA_ID using C_GetAttributeValue

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top