I am getting a Cipher implementation with Cipher.getInstance(String algorithm)
. I am under the impression that the available algorithm names that I may pass differ based on what libraries which are present in my classpath.
I would like to write a simple program that I can run with different classpaths that will list the available Cipher algorithm names. What method would I need to call to get this list?
question from:https://stackoverflow.com/questions/9333504/how-can-i-list-the-available-cipher-algorithms