Package io.smallrye.config.crypto
Class AESGCMNoPaddingSecretKeysHandler
- java.lang.Object
-
- io.smallrye.config.crypto.AESGCMNoPaddingSecretKeysHandler
-
- All Implemented Interfaces:
io.smallrye.config.SecretKeysHandler
public class AESGCMNoPaddingSecretKeysHandler extends Object implements io.smallrye.config.SecretKeysHandler
-
-
Field Summary
Fields Modifier and Type Field Description static StringDECODE_KEYstatic StringENCRYPTION_KEY
-
Constructor Summary
Constructors Constructor Description AESGCMNoPaddingSecretKeysHandler(byte[] encryptionKey)
-
-
-
Field Detail
-
ENCRYPTION_KEY
public static final String ENCRYPTION_KEY
- See Also:
- Constant Field Values
-
DECODE_KEY
public static final String DECODE_KEY
- See Also:
- Constant Field Values
-
-