Namespace Amazon.Extensions.S3.Encryption.Util
Classes
- AesGcmDecryptStream
A wrapper stream that decrypts the base stream using AES GCM algorithm as it is being read.
- AesGcmEncryptCachingStream
A wrapper stream that encrypts the base stream using AES GCM algorithm and caches the contents as it is being read.
- AesGcmEncryptStream
A wrapper stream that encrypts the base stream using AES GCM algorithm as it is being read.