Class EncryptionKey
- java.lang.Object
-
- com.amazonaws.athena.connector.lambda.security.EncryptionKey
-
public class EncryptionKey extends Object
Holder for an AES-GCM compatible encryption key and nonce.
-
-
Constructor Summary
Constructors Constructor Description EncryptionKey(byte[] key, byte[] nonce)
-