Interface SigningConfigurationOverrides.Builder

    • Method Detail

      • 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, EncryptionAlgorithm
      • 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:
        EncryptionAlgorithm, EncryptionAlgorithm
      • 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, HashAlgorithm
      • hashAlgorithm

        SigningConfigurationOverrides.Builder hashAlgorithm​(HashAlgorithm 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, HashAlgorithm