March 2005
Beginner to intermediate
1254 pages
104h 21m
English
UnrecoverableEntryException
An
exception
of this type is thrown if a
KeyStore.Entry
cannot be recovered from a KeyStore.
Figure 14-44. java.security.UnrecoverableEntryException
public class UnrecoverableEntryException extends GeneralSecurityException { // Public Constructors public UnrecoverableEntryException( ); public UnrecoverableEntryException(String msg); }
KeyStore.getEntry( ),
KeyStoreSpi.engineGetEntry( )
Read now
Unlock full access