March 2005
Beginner to intermediate
1254 pages
104h 21m
English
UnrecoverableKeyException
This
exception is thrown if a Key cannot be retrieved
from a KeyStore. This commonly occurs when an
incorrect password is used.
Figure 14-45. java.security.UnrecoverableKeyException
public class UnrecoverableKeyException extends GeneralSecurityException { // Public Constructors public UnrecoverableKeyException( ); public UnrecoverableKeyException(String msg); }
KeyStore.getKey( ),
KeyStoreSpi.engineGetKey( ),
javax.net.ssl.KeyManagerFactory.init( ),
javax.net.ssl.KeyManagerFactorySpi.engineInit( )
Read now
Unlock full access