Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am having the NoSuchAlgorithmException problem #1

Open
pvkhai0710 opened this issue Mar 11, 2024 · 0 comments
Open

I am having the NoSuchAlgorithmException problem #1

pvkhai0710 opened this issue Mar 11, 2024 · 0 comments

Comments

@pvkhai0710
Copy link

java.security.KeyStoreException: KeyStore instantiation failed
at java.security.KeyStore$Builder$2.getKeyStore(KeyStore.java:1971)
at eToken_21.main(eToken_21.java:28)
Caused by: java.security.KeyStoreException: PKCS11 not found
at java.security.KeyStore.getInstance(KeyStore.java:855)
at java.security.KeyStore$Builder$2$1.run(KeyStore.java:1927)
at java.security.KeyStore$Builder$2$1.run(KeyStore.java:1922)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.KeyStore$Builder$2.getKeyStore(KeyStore.java:1968)
... 1 more
Caused by: java.security.NoSuchAlgorithmException: PKCS11 KeyStore not available
at sun.security.jca.GetInstance.getInstance(GetInstance.java:159)
at java.security.Security.getImpl(Security.java:653)
at java.security.KeyStore.getInstance(KeyStore.java:852)
... 5 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant