AbdullahAlhussein / USB_Token_PKI_Encryption_Decryption_Text

PKI Token provide secure storage for digital certificates and private keys. They allow public-key cryptography and digital signatures to be leveraged securely, without risk of leaking the private key information.
0 stars 1 forks source link

java.security.KeyStoreException: KeyStore instantiation failed #1

Open Sali4faizi opened 2 years ago

Sali4faizi commented 2 years ago

java.security.KeyStoreException: KeyStore instantiation failed at java.security.KeyStore$Builder$2.getKeyStore(Unknown Source) at EToken_22.main(EToken_22.java:38) Caused by: java.security.KeyStoreException: PKCS11 not found at java.security.KeyStore.getInstance(Unknown Source) at java.security.KeyStore$Builder$2$1.run(Unknown Source) at java.security.KeyStore$Builder$2$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) ... 2 more Caused by: java.security.NoSuchAlgorithmException: PKCS11 KeyStore not available at sun.security.jca.GetInstance.getInstance(Unknown Source) at java.security.Security.getImpl(Unknown Source) ... 6 more

pvkhai0710 commented 6 months ago

I am also having with the same problem