KeyStore.Entry
under the specified alias. The specified protection parameter is used to protect the Entry
. If an entry already exists for the specified alias, it is overridden.
@param alias save the KeyStore.Entry
under this alias
@param entry the Entry
to save
@param protParam the ProtectionParameter
used to protect the Entry
, which may be null
@exception KeyStoreException if this operation fails
@since 1.5
|
|
|
|
|
|
|
|
|
|
|
|