Uses of Class
software.amazon.encryption.s3.materials.EncryptionMaterials
- 
Packages that use EncryptionMaterials Package Description software.amazon.encryption.s3.internal software.amazon.encryption.s3.materials 
- 
- 
Uses of EncryptionMaterials in software.amazon.encryption.s3.internalMethods in software.amazon.encryption.s3.internal with parameters of type EncryptionMaterials Modifier and Type Method Description software.amazon.awssdk.services.s3.model.CreateMultipartUploadRequestContentMetadataEncodingStrategy. encodeMetadata(EncryptionMaterials materials, byte[] iv, software.amazon.awssdk.services.s3.model.CreateMultipartUploadRequest createMultipartUploadRequest)software.amazon.awssdk.services.s3.model.PutObjectRequestContentMetadataEncodingStrategy. encodeMetadata(EncryptionMaterials materials, byte[] iv, software.amazon.awssdk.services.s3.model.PutObjectRequest putObjectRequest)software.amazon.awssdk.services.s3.model.PutObjectRequestContentMetadataEncodingStrategy. encodeMetadata(EncryptionMaterials materials, byte[] iv, software.amazon.awssdk.services.s3.model.PutObjectRequest putObjectRequest, String instructionFileSuffix)EncryptedContentAsyncContentEncryptionStrategy. encryptContent(EncryptionMaterials materials, software.amazon.awssdk.core.async.AsyncRequestBody content)EncryptedContentStreamingAesGcmContentStrategy. encryptContent(EncryptionMaterials materials, software.amazon.awssdk.core.async.AsyncRequestBody content)MultipartUploadMaterials.BuilderMultipartUploadMaterials.Builder. fromEncryptionMaterials(EncryptionMaterials materials)MultipartEncryptedContentMultipartContentEncryptionStrategy. initMultipartEncryption(EncryptionMaterials materials)MultipartEncryptedContentStreamingAesGcmContentStrategy. initMultipartEncryption(EncryptionMaterials materials)
- 
Uses of EncryptionMaterials in software.amazon.encryption.s3.materialsMethods in software.amazon.encryption.s3.materials that return EncryptionMaterials Modifier and Type Method Description EncryptionMaterialsEncryptionMaterials.Builder. build()EncryptionMaterialsS3Keyring. defaultGenerateDataKey(EncryptionMaterials materials)Generates a data key using the provided EncryptionMaterials and the configured DataKeyGenerator.EncryptionMaterialsGenerateDataKeyStrategy. generateDataKey(EncryptionMaterials materials)EncryptionMaterialsCryptographicMaterialsManager. getEncryptionMaterials(EncryptionMaterialsRequest request)EncryptionMaterialsDefaultCryptoMaterialsManager. getEncryptionMaterials(EncryptionMaterialsRequest request)default EncryptionMaterialsEncryptDataKeyStrategy. modifyMaterials(EncryptionMaterials materials)EncryptionMaterialsRawKeyring. modifyMaterialsForRawKeyring(EncryptionMaterials materials)Modifies encryption materials with the keyring's materials description if present.EncryptionMaterialsKeyring. onEncrypt(EncryptionMaterials materials)EncryptionMaterialsS3Keyring. onEncrypt(EncryptionMaterials materials)Methods in software.amazon.encryption.s3.materials with parameters of type EncryptionMaterials Modifier and Type Method Description EncryptionMaterialsS3Keyring. defaultGenerateDataKey(EncryptionMaterials materials)Generates a data key using the provided EncryptionMaterials and the configured DataKeyGenerator.byte[]EncryptDataKeyStrategy. encryptDataKey(SecureRandom secureRandom, EncryptionMaterials materials)EncryptionMaterialsGenerateDataKeyStrategy. generateDataKey(EncryptionMaterials materials)default EncryptionMaterialsEncryptDataKeyStrategy. modifyMaterials(EncryptionMaterials materials)EncryptionMaterialsRawKeyring. modifyMaterialsForRawKeyring(EncryptionMaterials materials)Modifies encryption materials with the keyring's materials description if present.EncryptionMaterialsKeyring. onEncrypt(EncryptionMaterials materials)EncryptionMaterialsS3Keyring. onEncrypt(EncryptionMaterials materials)voidRawKeyring. warnIfEncryptionContextIsPresent(EncryptionMaterials materials)Checks if an encryption context is present in the EncryptionMaterials and issues a warning if an encryption context is found.
 
-