Added Methods |
boolean entryInstanceOf(String, Class)
|
Determines if the keystore Entry for the specified
alias is an instance or subclass of the specified
entryClass
|
Entry getEntry(String, ProtectionParameter)
|
Gets a keystore Entry for the specified alias
with the specified protection parameter. |
void load(LoadStoreParameter )
|
Loads this keystore using the given LoadStoreParameter . |
void setEntry(String, Entry, ProtectionParameter)
|
Saves a keystore Entry under the specified alias. |
void store(LoadStoreParameter )
|
Stores this keystore using the given LoadStoreParameter . |