Added Methods |
boolean engineEntryInstanceOf(String, Class)
|
Determines if the keystore Entry for the specified
alias is an instance or subclass of the specified
entryClass . |
Entry engineGetEntry(String, ProtectionParameter)
|
Gets a KeyStore.Entry for the specified alias
with the specified protection parameter. |
void engineLoad(LoadStoreParameter )
|
Loads the keystore using the given
KeyStore.LoadStoreParameter . |
void engineSetEntry(String, Entry, ProtectionParameter)
|
Saves a KeyStore.Entry under the specified alias. |
void engineStore(LoadStoreParameter )
|
Stores this keystore using the given
KeyStore.LoadStoreParmeter . |