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 classAesGcmBlockCryptoImplementation of BlockCrypto which uses AES-GCM for encrypting and decrypting blocks.classNoOpBlockCryptoImplementation of BlockCrypto does a No-OP (nothing) for encrypting and decrypting blocks.
-