Question

Is it possible to install Bouncycastle provider programmaticly without modifying security policy file?

Was it helpful?

Solution

sure:

    java.security.Security.addProvider(new BouncyCastleProvider());
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top