Uses of Class
com.amazonaws.services.s3.internal.crypto.CipherLiteInputStream
Packages that use CipherLiteInputStream
-
Uses of CipherLiteInputStream in com.amazonaws.services.s3.internal.crypto
Subclasses of CipherLiteInputStream in com.amazonaws.services.s3.internal.cryptoModifier and TypeClassDescriptionfinal class
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 CipherLiteInputStreamModifier and TypeMethodDescriptionprotected final CipherLiteInputStream
S3CryptoModuleBase.newMultipartS3CipherInputStream
(UploadPartRequest req, com.amazonaws.services.s3.internal.crypto.CipherLite cipherLite)