Uses of Interface
com.amazonaws.athena.connector.lambda.security.BlockCrypto
-
Packages that use BlockCrypto Package Description com.amazonaws.athena.connector.lambda.security -
-
Uses of BlockCrypto in com.amazonaws.athena.connector.lambda.security
Classes in com.amazonaws.athena.connector.lambda.security that implement BlockCrypto Modifier and Type Class Description class
AesGcmBlockCrypto
Implementation of BlockCrypto which uses AES-GCM for encrypting and decrypting blocks.class
NoOpBlockCrypto
Implementation of BlockCrypto does a No-OP (nothing) for encrypting and decrypting blocks.
-