Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
How do I figure out what security provider my JVM is using?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Roedy Green, post: 3962090"] Here's a general trick to solve that sort of problem. look up the Javadoc for the object in question, e.g. java.security.Provider. At the top of the page is a link called "USE". Click that. Then look for methods that return a Provider. Scanning the list, a possible candidate looks like Provider[] Security.getProviders -- Roedy Green Canadian Mind Products [URL]http://mindprod.com[/URL] Nothing is so good as it seems beforehand. ~ George Eliot (born: 1819-11-22 died: 1880-12-22 at age: 61) (Mary Ann Evans) [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
How do I figure out what security provider my JVM is using?
Top