I was using applets to use the IAIK cryptography framework to generate PKCS#12 keystore and use it for signing.
Now since from JAVA 9 applet support is stopped so now I cannot use applets anymore.
Is there any way where I can create custom plugin for browser and that plugin will interact with JVM or will execute any dll which consist my cryptography logic and after processing return the result back to browser.
Or instead of plugin any other approach where I can use the IAIK framework to do my process may be JavaScript or something.
Or any other JavaScript cryptography that supports PKCS#12.
Any Suggestions please.