Package | Description |
---|---|
com.amazonaws.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.amazonaws.services.s3.internal.crypto |
Modifier and Type | Field and Description |
---|---|
private S3CryptoModule<?> |
AmazonS3EncryptionClient.crypto |
Modifier and Type | Class and Description |
---|---|
class |
CryptoModuleDispatcher
A proxy cryptographic module used to dispatch method calls to the appropriate
underlying cryptographic module depending on the current configuration.
|
(package private) class |
S3CryptoModuleAE
Authenticated encryption (AE) cryptographic module for the S3 encryption client.
|
(package private) class |
S3CryptoModuleAEStrict
Strict Authenticated encryption (AE) cryptographic module for the S3
encryption client.
|
class |
S3CryptoModuleBase<T extends MultipartUploadCryptoContext>
Common implementation for different S3 cryptographic modules.
|
(package private) class |
S3CryptoModuleEO
Encryption only (EO) cryptographic module for the S3 encryption client.
|