Uses of Class
com.amilesend.client.crypto.KeyStoreHelperException
Packages that use KeyStoreHelperException
- 
Uses of KeyStoreHelperException in com.amilesend.client.cryptoMethods in com.amilesend.client.crypto that throw KeyStoreHelperExceptionModifier and TypeMethodDescriptionKeyStoreHelper.getSecretKey(String alias, char @NonNull [] keyPassword) Gets the key with the givenaliasand associatedkeyPasswordfrom the key store.voidKeyStoreHelper.saveSecretKey(String alias, @NonNull SecretKey key, char @NonNull [] keyPassword) Saves the givenkeyto the key store.