Uses of Class
java.security.UnrecoverableEntryException
Packages that use UnrecoverableEntryException
- 
Uses of UnrecoverableEntryException in java.securitySubclasses of UnrecoverableEntryException in java.securityModifier and TypeClassDescriptionclassThis exception is thrown if a key in the keystore cannot be recovered.Methods in java.security that throw UnrecoverableEntryExceptionModifier and TypeMethodDescriptionKeyStoreSpi.engineGetEntry(String alias, KeyStore.ProtectionParameter protParam)Gets aKeyStore.Entryfor the specified alias with the specified protection parameter.KeyStore.getEntry(String alias, KeyStore.ProtectionParameter protParam)Gets a keystoreEntryfor the specified alias with the specified protection parameter.