Class EncryptedContent
- java.lang.Object
-
- software.amazon.encryption.s3.internal.EncryptedContent
-
- Direct Known Subclasses:
MultipartEncryptedContent
public class EncryptedContent extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]
_iv
-
Constructor Summary
Constructors Constructor Description EncryptedContent(byte[] iv, software.amazon.awssdk.core.async.AsyncRequestBody encryptedRequestBody, long ciphertextLength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description software.amazon.awssdk.core.async.AsyncRequestBody
getAsyncCiphertext()
long
getCiphertextLength()
byte[]
getIv()
-