KeyManager.getKeyFromKeystore

Returns Key from the system key store for a given alias name and password. The system keystore is used to store the server certificates and private keys

returns java.security.Key

Parameters

java.lang.String  alias,  java.lang.String  password,