Class ReEncryptDataRequest

    • Method Detail

      • cipherText

        public final String cipherText()

        Ciphertext to be encrypted. The minimum allowed length is 16 bytes and maximum allowed length is 4096 bytes.

        Returns:
        Ciphertext to be encrypted. The minimum allowed length is 16 bytes and maximum allowed length is 4096 bytes.
      • incomingEncryptionAttributes

        public final ReEncryptionAttributes incomingEncryptionAttributes()

        The attributes and values for incoming ciphertext.

        Returns:
        The attributes and values for incoming ciphertext.
      • incomingKeyIdentifier

        public final String incomingKeyIdentifier()

        The keyARN of the encryption key of incoming ciphertext data.

        Returns:
        The keyARN of the encryption key of incoming ciphertext data.
      • outgoingEncryptionAttributes

        public final ReEncryptionAttributes outgoingEncryptionAttributes()

        The attributes and values for outgoing ciphertext data after encryption by Amazon Web Services Payment Cryptography.

        Returns:
        The attributes and values for outgoing ciphertext data after encryption by Amazon Web Services Payment Cryptography.
      • outgoingKeyIdentifier

        public final String outgoingKeyIdentifier()

        The keyARN of the encryption key of outgoing ciphertext data after encryption by Amazon Web Services Payment Cryptography.

        Returns:
        The keyARN of the encryption key of outgoing ciphertext data after encryption by Amazon Web Services Payment Cryptography.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object