Class EncryptedContent

    • Field Detail

      • _iv

        protected byte[] _iv
    • Constructor Detail

      • EncryptedContent

        public EncryptedContent​(byte[] iv,
                                software.amazon.awssdk.core.async.AsyncRequestBody encryptedRequestBody,
                                long ciphertextLength)
    • Method Detail

      • getIv

        public byte[] getIv()
      • getCiphertextLength

        public long getCiphertextLength()
      • getAsyncCiphertext

        public software.amazon.awssdk.core.async.AsyncRequestBody getAsyncCiphertext()