PKCS11Exception: CKR_KEY_FUNCTION_NOT_PERMITTED

前端 未结 2 1124
迷失自我
迷失自我 2021-01-26 19:43

You see, I have an applet that decrypts some info based on the RSA private key that is found in a pkcs11 token.
In Brazil, there are now, some new certificates

2条回答
  •  死守一世寂寞
    2021-01-26 20:44

    You are mixing PKCS#11 (CKR_XXX) and CryptoAPI (AT_XXX). You can use pkcs11-tool or pkcs11-dump (google) to list the properties of objects you have.

提交回复
热议问题