Class StreamingAesGcmContentStrategy
- java.lang.Object
- 
- software.amazon.encryption.s3.internal.StreamingAesGcmContentStrategy
 
- 
- All Implemented Interfaces:
- AsyncContentEncryptionStrategy,- MultipartContentEncryptionStrategy
 
 public class StreamingAesGcmContentStrategy extends Object implements AsyncContentEncryptionStrategy, MultipartContentEncryptionStrategy 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classStreamingAesGcmContentStrategy.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StreamingAesGcmContentStrategy.Builderbuilder()EncryptedContentencryptContent(EncryptionMaterials materials, software.amazon.awssdk.core.async.AsyncRequestBody content)MultipartEncryptedContentinitMultipartEncryption(EncryptionMaterials materials)
 
- 
- 
- 
Method Detail- 
builderpublic static StreamingAesGcmContentStrategy.Builder builder() 
 - 
initMultipartEncryptionpublic MultipartEncryptedContent initMultipartEncryption(EncryptionMaterials materials) - Specified by:
- initMultipartEncryptionin interface- MultipartContentEncryptionStrategy
 
 - 
encryptContentpublic EncryptedContent encryptContent(EncryptionMaterials materials, software.amazon.awssdk.core.async.AsyncRequestBody content) - Specified by:
- encryptContentin interface- AsyncContentEncryptionStrategy
 
 
- 
 
-