up vote 0 down vote favorite
share [g+] share [fb]

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

link|improve this question

69% accept rate
feedback

1 Answer

up vote 5 down vote accepted

sure:

    java.security.Security.addProvider(new BouncyCastleProvider());
link|improve this answer
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 '09 at 11:46
nvm thanks i forgot to import java.security.Security should get some sleep. – Hamza Yerlikaya Aug 17 '09 at 11:48
feedback

Your Answer

 
or
required, but never shown

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