Package | Description |
---|---|
com.amazonaws.services.s3.internal.crypto |
Modifier and Type | Class and Description |
---|---|
class |
RenewableCipherLiteInputStream
A specific kind of
CipherLiteInputStream that supports partial
mark-and-reset in the sense that, if the underlying input stream supports
mark-and-reset, this input stream can then be marked at and get reset back to
the very beginning of the stream (but not anywhere else). |
Modifier and Type | Method and Description |
---|---|
(package private) abstract <I extends CipherLiteInputStream> |
S3CryptoModuleBase.wrapForMultipart(I is,
long partSize) |
Modifier and Type | Method and Description |
---|---|
protected CipherLiteInputStream |
S3CryptoModuleBase.newMultipartS3CipherInputStream(UploadPartRequest req,
CipherLite cipherLite) |
private CipherLiteInputStream |
S3CryptoModuleBase.newS3CipherLiteInputStream(AbstractPutObjectRequest req,
ContentCryptoMaterial cekMaterial,
long plaintextLength) |
Modifier and Type | Method and Description |
---|---|
(package private) ByteRangeCapturingInputStream |
S3CryptoModuleEO.wrapForMultipart(CipherLiteInputStream is,
long partSize) |
(package private) SdkFilterInputStream |
S3CryptoModuleAE.wrapForMultipart(CipherLiteInputStream is,
long partSize) |