I solved this problem by adding
security.provider.11=com.sun.deploy.security.MSCryptoProvider
to C:\Program Files\Java\jre1.8.0_31\lib\security\java.security
Although the error was not fatal for me, these are just javaws trying to read the local browser key store before returning to the java stores that the control panel manages. These files are located in C:\Users\USERID\AppData\LocalLow\Sun\Java\Deployment\security
Interestingly, there is a security explorer in the java.security file that is pre-connected, and it
security.provider.10=sun.security.mscapi.SunMSCAPI
This provider can also read the browser keystore, but the store type is windows-my, not WIExplorerMy
source share