SyntaxFix
Write A Post
Hire A Developer
Questions
Add below code in your client code :
static { Security.insertProviderAt(new BouncyCastleProvider(),1); }
with this there is no need to add any entry in java.security file.