Uses of Class
com.amilesend.client.crypto.KeyStoreHelperException
Packages that use KeyStoreHelperException
-
Uses of KeyStoreHelperException in com.amilesend.client.crypto
Methods in com.amilesend.client.crypto that throw KeyStoreHelperExceptionModifier and TypeMethodDescriptionKeyStoreHelper.getSecretKey
(String alias, @lombok.NonNull char[] keyPassword) Gets the key with the givenalias
and associatedkeyPassword
from the key store.void
KeyStoreHelper.saveSecretKey
(String alias, @NonNull SecretKey key, @lombok.NonNull char[] keyPassword) Saves the givenkey
to the key store.