Uses of Class
java.security.UnrecoverableEntryException
Packages that use UnrecoverableEntryException
-
Uses of UnrecoverableEntryException in java.security
Subclasses of UnrecoverableEntryException in java.securityModifier and TypeClassDescriptionclass
This 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.Entry
for the specified alias with the specified protection parameter.KeyStore.getEntry(String alias, KeyStore.ProtectionParameter protParam)
Gets a keystoreEntry
for the specified alias with the specified protection parameter.