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 StringRetrieves data stored in plaintext formstatic StringRetrieve encrypted data in plaintext formstatic voidStore text encrypted in AES-GCM.static voidStore text encrypted in a user-specified algo.static booleanSecretsStore.isEncrypted(String storeKey) Check if stored data at a particular key is stored in encrypted form.