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)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()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 byte[]EncryptDataKeyStrategy. encryptDataKey(SecureRandom secureRandom, EncryptionMaterials materials)default EncryptionMaterialsEncryptDataKeyStrategy. modifyMaterials(EncryptionMaterials materials)EncryptionMaterialsKeyring. onEncrypt(EncryptionMaterials materials)EncryptionMaterialsS3Keyring. onEncrypt(EncryptionMaterials materials)
-