openCryptoki code samples (C)
To develop an application that uses openCryptoki, you need to access the library.
- Dynamic linking and loading: Load the shared
libopencryptoki.solibrary using dynamic library calls (dlopen). - Static linking: Link the static
libopencryptoki.solibrary to your application during build time.