Uses of Class
com.amazonaws.services.s3.internal.crypto.CipherLiteInputStream
-
Packages that use CipherLiteInputStream Package Description com.amazonaws.services.s3.internal.crypto -
-
Uses of CipherLiteInputStream in com.amazonaws.services.s3.internal.crypto
Subclasses of CipherLiteInputStream in com.amazonaws.services.s3.internal.crypto Modifier and Type Class Description class
RenewableCipherLiteInputStream
A specific kind ofCipherLiteInputStream
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).Methods in com.amazonaws.services.s3.internal.crypto that return CipherLiteInputStream Modifier and Type Method Description protected CipherLiteInputStream
S3CryptoModuleBase. newMultipartS3CipherInputStream(UploadPartRequest req, com.amazonaws.services.s3.internal.crypto.CipherLite cipherLite)
-