Uses of Class
com.scivicslab.turingworkflow.plugins.secret.SecretEncryptor.EncryptionException
Packages that use SecretEncryptor.EncryptionException
-
Uses of SecretEncryptor.EncryptionException in com.scivicslab.turingworkflow.plugins.secret
Methods in com.scivicslab.turingworkflow.plugins.secret that throw SecretEncryptor.EncryptionExceptionModifier and TypeMethodDescriptionstatic StringDecrypts encrypted data using AES-256-GCM.static StringEncrypts plaintext using AES-256-GCM.static StringSecretEncryptor.generateKey()Generates a new random encryption key.