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