Is it possible to override Java.security file
843811May 30 2005 — edited Jul 12 2005Hi,
Is there some property which we can pass with -D argument to JVM to specify a custom java.security file, similar to the way we can specify a custom policy file using "java -Djava.security.policy".
My actual requirement is to insert a new Provider which I do not want to do by adding add/insertProvider in my code, nor do I want to change the file
Any workarounds??