Cryptoki Version

The Cryptoki interface supported is a subset of the v2.2 Cryptoki interface.

CK_INFO provides general information about the library. This structure is set by the C_GetInfo entry point.

It is defined as follows:

Copy
typedef struct CK_INFO {

  CK_VERSION cryptokiVersion;
  
  CK_UTF8CHAR manufacturerID[32];
  
  CK_FLAGS flags;
  
  CK_UTF8CHAR libraryDescription[32];
  
  CK_VERSION libraryVersion;
  
} CK_INFO;
Field Meaning Value
cryptokiVersion Cryptoki interface version number 2.20
manufacturerID ID of the Cryptoki library manufacturer HID Global
flags bit flags reserved for future versions 0
libraryDescription character-string description of the library HID Global Cryptoki
libraryVersion Cryptoki library version number 2.30