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