Interface EncryptionAlgorithmOptions.Builder

    • Method Detail

      • allowedValuesWithStrings

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

        The set of accepted encryption algorithms that are allowed in a code signing job.

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

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

        The set of accepted encryption algorithms that are allowed in a code signing job.

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

        EncryptionAlgorithmOptions.Builder allowedValues​(Collection<EncryptionAlgorithm> allowedValues)

        The set of accepted encryption algorithms that are allowed in a code signing job.

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

        EncryptionAlgorithmOptions.Builder allowedValues​(EncryptionAlgorithm... allowedValues)

        The set of accepted encryption algorithms that are allowed in a code signing job.

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

        EncryptionAlgorithmOptions.Builder defaultValue​(String defaultValue)

        The default encryption algorithm that is used by a code signing job.

        Parameters:
        defaultValue - The default encryption algorithm that is used by a code signing job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EncryptionAlgorithm, EncryptionAlgorithm