Class DecryptMaterialsRequest


  • public class DecryptMaterialsRequest
    extends Object
    • Method Detail

      • s3Request

        public software.amazon.awssdk.services.s3.model.GetObjectRequest s3Request()
      • encryptedDataKeys

        public List<EncryptedDataKey> encryptedDataKeys()
        Note that the underlying implementation uses a Collections.unmodifiableList which is immutable.
      • encryptionContext

        public Map<String,​String> encryptionContext()
        Note that the underlying implementation uses a Collections.unmodifiableMap which is immutable.
      • materialsDescription

        public MaterialsDescription materialsDescription()
        Returns the materials description used for RSA and AES keyrings.
        Returns:
        the materials description
      • ciphertextLength

        public long ciphertextLength()
      • contentRange

        public String contentRange()