- alias
- the alias for the entry.
- entry
- the entry to store.
- param
- the ProtectionParameter to protect the entry.
Type Reason Java.Security.KeyStoreException if this KeyStore is not initialized. Java.Lang.NullPointerException if alias is null or entry is null.
Stores the given Entry in this KeyStore and associates the entry with the given alias. The entry is protected by the specified ProtectionParameter.
If the specified alias already exists, it will be reassigned.