Uses of Class
java.security.UnrecoverableEntryException
| Package | Description |
|---|---|
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
-
Uses of UnrecoverableEntryException in java.security
Subclasses of UnrecoverableEntryException in java.security Modifier and Type Class Description classUnrecoverableKeyExceptionUnrecoverableKeyExceptionindicates, that a key cannot be recovered from aKeyStore.Methods in java.security that throw UnrecoverableEntryException Modifier and Type Method Description KeyStore.EntryKeyStoreSpi. engineGetEntry(String alias, KeyStore.ProtectionParameter protParam)Returns theEntrywith the given alias, using the specifiedProtectionParameter.KeyStore.EntryKeyStore. getEntry(String alias, KeyStore.ProtectionParameter param)Returns theEntrywith the given alias, using the specifiedProtectionParameter.