Obtains the default KeyManagerFactory algorithm name.
The default algorithm can be changed at runtime by setting
the value of the "ssl.KeyManagerFactory.algorithm" security
property (set in the Java security properties file or by calling
java.security.Security.setProperty(java.lang.String,
java.lang.String))
to the desired algorithm name.
java.security.Security.setProperty(java.lang.String,
java.lang.String)
Diagram: KeyManager