Interface SigningConfigurationOverrides.Builder

  • Method Details

    • encryptionAlgorithm

      SigningConfigurationOverrides.Builder encryptionAlgorithm(String encryptionAlgorithm)

      A specified override of the default encryption algorithm that is used in a code-signing job.

      Parameters:
      encryptionAlgorithm - A specified override of the default encryption algorithm that is used in a code-signing job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • encryptionAlgorithm

      SigningConfigurationOverrides.Builder encryptionAlgorithm(EncryptionAlgorithm encryptionAlgorithm)

      A specified override of the default encryption algorithm that is used in a code-signing job.

      Parameters:
      encryptionAlgorithm - A specified override of the default encryption algorithm that is used in a code-signing job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • hashAlgorithm

      SigningConfigurationOverrides.Builder hashAlgorithm(String hashAlgorithm)

      A specified override of the default hash algorithm that is used in a code-signing job.

      Parameters:
      hashAlgorithm - A specified override of the default hash algorithm that is used in a code-signing job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • hashAlgorithm

      A specified override of the default hash algorithm that is used in a code-signing job.

      Parameters:
      hashAlgorithm - A specified override of the default hash algorithm that is used in a code-signing job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: