Class AesCtrUtils
- java.lang.Object
-
- software.amazon.encryption.s3.legacy.internal.AesCtrUtils
-
public class AesCtrUtils extends Object
Utilities for processing AES GCM encrypted data with AES CTR. This is useful in scenarios such as ranged gets and when re-reading the encrypted input stream.
-
-
Field Summary
Fields Modifier and Type Field Description static int
CIPHER_BLOCK_SIZE
static long
MAX_GCM_BLOCKS
-
Constructor Summary
Constructors Constructor Description AesCtrUtils()
-