Skip to content

Instantly share code, notes, and snippets.

@ttj4
Created November 20, 2019 05:22
Show Gist options
  • Save ttj4/7d38844c84058ea391a511fdff53c148 to your computer and use it in GitHub Desktop.
Save ttj4/7d38844c84058ea391a511fdff53c148 to your computer and use it in GitHub Desktop.
* download jar file from https://www.bouncycastle.org/latest_releases.html
* go to jre\lib\security\java.security [/Library/Java/JavaVirtualMachines/jdk1.8.0_212.jdk/Contents/Home/jre/lib in mac]
* add following to the file : security.provider.{10}=org.bouncycastle.jce.provider.BouncyCastleProvider
* copy downloaded jar to jre\lib\ext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment