Supported Mechanisms

The PKCS #11 library currently supports the following mechanisms:

  • CKM_AES_KEY_GEN
    • Keygen
  • CKM_AES_GCM
    • Encrypt, Decrypt, Unwrap
  • CKM_AES_CBC
    • Encrypt, Decrypt, Unwrap
  • CKM_AES_CBC_PAD
    • Encrypt, Decrypt, Unwrap
  • CKM_RSA_PKCS_OAEP
    • Decrypt
  • CKM_RSA_PKCS
    • Decrypt
  • CKM_RSA_X_509
    • Decrypt

Besides standard PKCS #11 mechainsm we also have two vendor defined mechanisms for Secure Unwrap:

  • CKM_BLOCKDAEMON_WRAPPING_KEYS_GEN
    • Keygen
  • CKM_BLOCKDAEMON_MPC_UNWRAP
    • Unwrap
📘

Missing Mechanisms

Is the mechanism you need not listed? We are currently in the process of extending the library to include other algorithms, so reach out to our support team and ask for information.