/AWS1/CL_SGNENCALGOPTIONS¶
The encryption algorithm options that are available to a code-signing job.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_allowedvalues TYPE /AWS1/CL_SGNENCALGORITHMS_W=>TT_ENCRYPTIONALGORITHMS TT_ENCRYPTIONALGORITHMS¶
The set of accepted encryption algorithms that are allowed in a code-signing job.
iv_defaultvalue TYPE /AWS1/SGNENCRYPTIONALGORITHM /AWS1/SGNENCRYPTIONALGORITHM¶
The default encryption algorithm that is used by a code-signing job.
Queryable Attributes¶
allowedValues¶
The set of accepted encryption algorithms that are 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 encryption algorithm that is used by 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 |