Interface GenerateAs2805KekValidationResponse.Builder

  • Method Details

    • keyArn

      The keyARN of sending KEK that Amazon Web Services Payment Cryptography validates for node-to-node initialization

      Parameters:
      keyArn - The keyARN of sending KEK that Amazon Web Services Payment Cryptography validates for node-to-node initialization
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keyCheckValue

      The key check value (KCV) of the sending KEK that Amazon Web Services Payment Cryptography validates for node-to-node initialization.

      Parameters:
      keyCheckValue - The key check value (KCV) of the sending KEK that Amazon Web Services Payment Cryptography validates for node-to-node initialization.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • randomKeySend

      The random key generated for sending KEK validation.

      Parameters:
      randomKeySend - The random key generated for sending KEK validation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • randomKeyReceive

      GenerateAs2805KekValidationResponse.Builder randomKeyReceive(String randomKeyReceive)

      The random key generated for receiving KEK validation. The initiating node sends this key to its partner node for validation.

      Parameters:
      randomKeyReceive - The random key generated for receiving KEK validation. The initiating node sends this key to its partner node for validation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.