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 SummaryFields Modifier and Type Field Description static intCIPHER_BLOCK_SIZEstatic longMAX_GCM_BLOCKS
 - 
Constructor SummaryConstructors Constructor Description AesCtrUtils()
 
-