Uses of Class
com.cryptoalgo.oursql.support.SecretsStore.StoreException
-
Uses of SecretsStore.StoreException in com.cryptoalgo.oursql.support
Modifier 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.