openCryptoki code samples (C)

To develop an application that uses openCryptoki, you need to access the library.

There are two ways to access the library:
  • Dynamic linking and loading: Load the shared libopencryptoki.so library using dynamic library calls (dlopen).
  • Static linking: Link the static libopencryptoki.so library to your application during build time.