Package | Description |
---|---|
com.amazonaws.services.s3.internal.crypto |
Modifier and Type | Class and Description |
---|---|
class |
S3CryptoModuleBase<T extends MultipartUploadCryptoContext>
Common implementation for different S3 cryptographic modules.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
MultipartUploadCbcContext |
Modifier and Type | Method and Description |
---|---|
(package private) MultipartUploadCryptoContext |
S3CryptoModuleAE.newUploadContext(InitiateMultipartUploadRequest req,
ContentCryptoMaterial cekMaterial) |
Modifier and Type | Method and Description |
---|---|
(package private) CipherLite |
S3CryptoModuleAE.cipherLiteForNextPart(MultipartUploadCryptoContext uploadContext) |
(package private) void |
S3CryptoModuleAE.updateUploadContext(MultipartUploadCryptoContext uploadContext,
SdkFilterInputStream is) |