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

Class: Aws::Signer::Types::EncryptionAlgorithmOptions

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

Overview

The encryption algorithm options that are available to a code signing job.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_valuesArray<String>

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

Returns:

  • (Array<String>)

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

#default_valueString

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

Possible values:

  • RSA
  • ECDSA

Returns:

  • (String)

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