Interface SymmetricEncryptionAttributes.Builder

  • Method Details

    • mode

      The block cipher method to use for encryption.

      Parameters:
      mode - The block cipher method to use for encryption.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • mode

      The block cipher method to use for encryption.

      Parameters:
      mode - The block cipher method to use for encryption.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • initializationVector

      SymmetricEncryptionAttributes.Builder initializationVector(String initializationVector)

      An input used to provide the intial state. If no value is provided, Amazon Web Services Payment Cryptography defaults it to zero.

      Parameters:
      initializationVector - An input used to provide the intial state. If no value is provided, Amazon Web Services Payment Cryptography defaults it to zero.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • paddingType

      The padding to be included with the data.

      Parameters:
      paddingType - The padding to be included with the data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • paddingType

      The padding to be included with the data.

      Parameters:
      paddingType - The padding to be included with the data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: