Uses of Class
software.amazon.encryption.s3.materials.DecryptionMaterials
-
Packages that use DecryptionMaterials Package Description software.amazon.encryption.s3.internal software.amazon.encryption.s3.materials -
-
Uses of DecryptionMaterials in software.amazon.encryption.s3.internal
Methods in software.amazon.encryption.s3.internal with parameters of type DecryptionMaterials Modifier and Type Method Description InputStreamContentDecryptionStrategy. decryptContent(ContentMetadata contentMetadata, DecryptionMaterials materials, InputStream ciphertext) -
Uses of DecryptionMaterials in software.amazon.encryption.s3.materials
Methods in software.amazon.encryption.s3.materials that return DecryptionMaterials Modifier and Type Method Description DecryptionMaterialsDecryptionMaterials.Builder. build()DecryptionMaterialsCryptographicMaterialsManager. decryptMaterials(DecryptMaterialsRequest request)DecryptionMaterialsDefaultCryptoMaterialsManager. decryptMaterials(DecryptMaterialsRequest request)DecryptionMaterialsKeyring. onDecrypt(DecryptionMaterials materials, List<EncryptedDataKey> encryptedDataKeys)DecryptionMaterialsS3Keyring. onDecrypt(DecryptionMaterials materials, List<EncryptedDataKey> encryptedDataKeys)Methods in software.amazon.encryption.s3.materials with parameters of type DecryptionMaterials Modifier and Type Method Description byte[]DecryptDataKeyStrategy. decryptDataKey(DecryptionMaterials materials, byte[] encryptedDataKey)protected TRawKeyring. findKeyMaterialForDecryption(DecryptionMaterials materials, T defaultKeyMaterial)Finds the appropriate key material to use for decryption based on the materials description.DecryptionMaterialsKeyring. onDecrypt(DecryptionMaterials materials, List<EncryptedDataKey> encryptedDataKeys)DecryptionMaterialsS3Keyring. onDecrypt(DecryptionMaterials materials, List<EncryptedDataKey> encryptedDataKeys)
-