You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JNI is not using C_GetFunctionList() to obtain function pointers, causing a PKCS#11 module that only exposes C_GetFunctionList() rather than all PKCS#11 function to fail with
java.lang.UnsatisfiedLinkError: Error looking up function 'C_Initialize'
The text was updated successfully, but these errors were encountered:
The JNI is not using C_GetFunctionList() to obtain function pointers, causing a PKCS#11 module that only exposes C_GetFunctionList() rather than all PKCS#11 function to fail with
java.lang.UnsatisfiedLinkError: Error looking up function 'C_Initialize'
The text was updated successfully, but these errors were encountered: