Uses of Class
com.scivicslab.actoriac.SecretEncryptor.EncryptionException
Packages that use SecretEncryptor.EncryptionException
-
Uses of SecretEncryptor.EncryptionException in com.scivicslab.actoriac
Methods in com.scivicslab.actoriac 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.private static voidSecretTool.generateKey()