Interface WrappedWorkingKey.Builder

  • Method Details

    • wrappedKeyMaterial

      WrappedWorkingKey.Builder wrappedKeyMaterial(String wrappedKeyMaterial)

      The wrapped key block of the outgoing transaction key.

      Parameters:
      wrappedKeyMaterial - The wrapped key block of the outgoing transaction key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keyCheckValue

      WrappedWorkingKey.Builder keyCheckValue(String keyCheckValue)

      The key check value (KCV) of the key contained within the outgoing TR31WrappedKeyBlock.

      The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed. For more information on KCV, see KCV in the Amazon Web Services Payment Cryptography User Guide.

      Parameters:
      keyCheckValue - The key check value (KCV) of the key contained within the outgoing TR31WrappedKeyBlock.

      The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed. For more information on KCV, see KCV in the Amazon Web Services Payment Cryptography User Guide.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • wrappedKeyMaterialFormat

      WrappedWorkingKey.Builder wrappedKeyMaterialFormat(String wrappedKeyMaterialFormat)

      The key block format of the wrapped key.

      Parameters:
      wrappedKeyMaterialFormat - The key block format of the wrapped key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • wrappedKeyMaterialFormat

      WrappedWorkingKey.Builder wrappedKeyMaterialFormat(WrappedKeyMaterialFormat wrappedKeyMaterialFormat)

      The key block format of the wrapped key.

      Parameters:
      wrappedKeyMaterialFormat - The key block format of the wrapped key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: