Interface HashAlgorithmOptions.Builder

    • Method Detail

      • allowedValuesWithStrings

        HashAlgorithmOptions.Builder allowedValuesWithStrings​(Collection<String> allowedValues)

        The set of accepted hash algorithms allowed in a code-signing job.

        Parameters:
        allowedValues - The set of accepted hash algorithms allowed in a code-signing job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allowedValuesWithStrings

        HashAlgorithmOptions.Builder allowedValuesWithStrings​(String... allowedValues)

        The set of accepted hash algorithms allowed in a code-signing job.

        Parameters:
        allowedValues - The set of accepted hash algorithms allowed in a code-signing job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allowedValues

        HashAlgorithmOptions.Builder allowedValues​(Collection<HashAlgorithm> allowedValues)

        The set of accepted hash algorithms allowed in a code-signing job.

        Parameters:
        allowedValues - The set of accepted hash algorithms allowed in a code-signing job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allowedValues

        HashAlgorithmOptions.Builder allowedValues​(HashAlgorithm... allowedValues)

        The set of accepted hash algorithms allowed in a code-signing job.

        Parameters:
        allowedValues - The set of accepted hash algorithms allowed in a code-signing job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • defaultValue

        HashAlgorithmOptions.Builder defaultValue​(String defaultValue)

        The default hash algorithm that is used in a code-signing job.

        Parameters:
        defaultValue - 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
      • defaultValue

        HashAlgorithmOptions.Builder defaultValue​(HashAlgorithm defaultValue)

        The default hash algorithm that is used in a code-signing job.

        Parameters:
        defaultValue - 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