vote up 0 vote down star

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

flag

61% accept rate

1 Answer

vote up 2 vote down check

sure:

    java.security.Security.addProvider(new BouncyCastleProvider());
link|flag
tried that that throws an exception. Docs for bouncy castle says i need to edit the security.policy file. I was wondering to do it programaticly. – Hamza Yerlikaya Aug 17 at 11:46
nvm thanks i forgot to import java.security.Security should get some sleep. – Hamza Yerlikaya Aug 17 at 11:48

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.