Uses of Class java.security.UnrecoverableKeyException

Uses in package java.security

Methods which throw type java.security.UnrecoverableKeyException

Key
KeyStoreSpi.engineGetKey(String alias, char[] password)
Returns the key associated with given alias using the supplied password.
Key
KeyStore.getKey(String alias, char[] password)
Returns the key associated with given alias using the supplied password.

Uses in package javax.net.ssl

Methods which throw type java.security.UnrecoverableKeyException

void
KeyManagerFactorySpi.engineInit(KeyStore store, char[] passwd)
Engine method for initializing this factory with a key store and a password for private keys.
void
KeyManagerFactory.init(KeyStore store, char[] passwd)
Initialize this instance with a key store and a password for private key entries.