Skip to content

/AWS1/CL_SGNHASHALGOPTIONS

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

CONSTRUCTOR

IMPORTING

Required arguments:

it_allowedvalues TYPE /AWS1/CL_SGNHASHALGORITHMS_W=>TT_HASHALGORITHMS TT_HASHALGORITHMS

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

iv_defaultvalue TYPE /AWS1/SGNHASHALGORITHM /AWS1/SGNHASHALGORITHM

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


Queryable Attributes

allowedValues

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

Accessible with the following methods

Method Description
GET_ALLOWEDVALUES() Getter for ALLOWEDVALUES, with configurable default
ASK_ALLOWEDVALUES() Getter for ALLOWEDVALUES w/ exceptions if field has no value
HAS_ALLOWEDVALUES() Determine if ALLOWEDVALUES has a value

defaultValue

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

Accessible with the following methods

Method Description
GET_DEFAULTVALUE() Getter for DEFAULTVALUE, with configurable default
ASK_DEFAULTVALUE() Getter for DEFAULTVALUE w/ exceptions if field has no value
HAS_DEFAULTVALUE() Determine if DEFAULTVALUE has a value