Skip to content

Conversation

@stefanbudim
Copy link

Execution on Windows fails with:
Exception in thread "main" java.security.NoSuchAlgorithmException: NativePRNG SecureRandom not available
at sun.security.jca.GetInstance.getInstance(Unknown Source)
at java.security.SecureRandom.getInstance(Unknown Source)
at net.christopherschultz.ssltest.SSLTest.main(SSLTest.java:350)

Use SecureRandom() which is supported by window and linux.
SecureRandom.getInstance("NativePRNG")is not available on windows and throws Exception in thread main java.security.NoSuchAlgorithmException: NativePRNG SecureRandom not available

This has already been fixed in your upstream repo.
ChristopherSchultz/ssltest#1

… is not available on windows and throws Exception in thread main java.security.NoSuchAlgorithmException: NativePRNG SecureRandom not available
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

Successfully merging this pull request may close these issues.

1 participant