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.internal
Methods in software.amazon.encryption.s3.internal with parameters of type EncryptionMaterials Modifier and Type Method Description Map<String,String>ContentMetadataEncodingStrategy. encodeMetadata(EncryptionMaterials materials, byte[] iv, Map<String,String> metadata)Map<String,String>ObjectMetadataEncodingStrategy. encodeMetadata(EncryptionMaterials materials, byte[] iv, Map<String,String> metadata)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.materials
Methods 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)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)EncryptionMaterialsKeyring. onEncrypt(EncryptionMaterials materials)EncryptionMaterialsS3Keyring. onEncrypt(EncryptionMaterials materials)voidS3Keyring. warnIfEncryptionContextIsPresent(EncryptionMaterials materials)Checks if an encryption context is present in the EncryptionMaterials and issues a warning if an encryption context is found.
-