Java™ Platform
Standard Ed. 6

Uses of Class
java.security.UnrecoverableEntryException

Packages that use UnrecoverableEntryException
java.security Provides the classes and interfaces for the security framework. 
 

Uses of UnrecoverableEntryException in java.security
 

Subclasses of UnrecoverableEntryException in java.security
 class UnrecoverableKeyException
          This exception is thrown if a key in the keystore cannot be recovered.
 

Methods in java.security that throw UnrecoverableEntryException
 KeyStore.Entry KeyStoreSpi.engineGetEntry(String alias, KeyStore.ProtectionParameter protParam)
          Gets a KeyStore.Entry for the specified alias with the specified protection parameter.
 KeyStore.Entry KeyStore.getEntry(String alias, KeyStore.ProtectionParameter protParam)
          Gets a keystore Entry for the specified alias with the specified protection parameter.
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature

Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.