Uses of Class
org.confng.encryption.AesEncryptionProvider
-
Packages that use AesEncryptionProvider Package Description org.confng.encryption -
-
Uses of AesEncryptionProvider in org.confng.encryption
Methods in org.confng.encryption that return AesEncryptionProvider Modifier and Type Method Description static AesEncryptionProviderAesEncryptionProvider. fromBase64Key(String base64Key)Creates an AES encryption provider from a Base64-encoded key.static AesEncryptionProviderAesEncryptionProvider. fromEnvironment()Creates an AES encryption provider from the CONFNG_ENCRYPTION_KEY environment variable.static AesEncryptionProviderAesEncryptionProvider. fromProperty(String propertyName)Creates an AES encryption provider from a system property or environment variable.
-