KeyStore.Entry
for the specified alias with the specified protection parameter.
@param alias get the KeyStore.Entry
for this alias
@param protParam the ProtectionParameter
used to protect the Entry
, which may be null
@return the KeyStore.Entry
for the specified alias,or null
if there is no such entry
@exception KeyStoreException if the operation failed
@exception NoSuchAlgorithmException if the algorithm for recovering theentry cannot be found
@exception UnrecoverableEntryException if the specifiedprotParam
were insufficient or invalid
@exception UnrecoverableKeyException if the entry is a PrivateKeyEntry
or SecretKeyEntry
and the specified protParam
does not contain the information needed to recover the key (e.g. wrong password)
@since 1.5
|
|
|
|
|
|
|
|
|
|
|
|