Uses of Class
com.cryptoalgo.oursql.support.SecretsStore.StoreException
Packages that use SecretsStore.StoreException
-
Uses of SecretsStore.StoreException in com.cryptoalgo.oursql.support
Methods in com.cryptoalgo.oursql.support that throw SecretsStore.StoreExceptionModifier and TypeMethodDescriptionstatic String
Retrieves data stored in plaintext formstatic String
Retrieve encrypted data in plaintext formstatic void
Store text encrypted in AES-GCM.static void
Store text encrypted in a user-specified algo.static boolean
SecretsStore.isEncrypted
(String storeKey) Check if stored data at a particular key is stored in encrypted form.