You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Signer::Types::HashAlgorithmOptions

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The hash algorithms that are available to a code signing job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_valuesArray<String>

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

Returns:

  • (Array<String>)

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

#default_valueString

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

Possible values:

  • SHA1
  • SHA256

Returns:

  • (String)

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