InvalidAlgorithmParameterException- if an error is encountered getKeyManagers public finalKeyManager[]getKeyManagers() Returns one key manager for each type of key material. Returns: the key managers Throws: IllegalStateException- if the KeyManagerFactory is not initialized...
getKeyManagers public final KeyManager[] getKeyManagers() Returns one key manager for each type of key material. Returns: the key managers Throws: java.lang.IllegalStateException - if the KeyManagerFactory is not initializedSkip navigation links Overview Package Class Tree Deprecated Index HelpPrev ...
getKeyManagers public final KeyManager[] getKeyManagers() Returns one key manager for each type of key material. Returns: the key managers Throws: java.lang.IllegalStateException - if the KeyManagerFactory is not initializedSkip navigation links Overview Package Class Tree Deprecated Index HelpPrev ...
A new KeyManagerFactory object encapsulating the KeyManagerFactorySpi implementation from the specified Provider object is returned. Note that the specified Provider object does not have to be registered in the provider list. Parameters: algorithm- the standard name of the requested algorithm. See theJava...