Skip to content

/AWS1/CL_SGNSIGNINGCONFOVERR00

A signing configuration that overrides the default encryption or hash algorithm of a signing job.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_encryptionalgorithm TYPE /AWS1/SGNENCRYPTIONALGORITHM /AWS1/SGNENCRYPTIONALGORITHM

A specified override of the default encryption algorithm that is used in a code-signing job.

iv_hashalgorithm TYPE /AWS1/SGNHASHALGORITHM /AWS1/SGNHASHALGORITHM

A specified override of the default hash algorithm that is used in a code-signing job.


Queryable Attributes

encryptionAlgorithm

A specified override of the default encryption algorithm that is used in a code-signing job.

Accessible with the following methods

Method Description
GET_ENCRYPTIONALGORITHM() Getter for ENCRYPTIONALGORITHM, with configurable default
ASK_ENCRYPTIONALGORITHM() Getter for ENCRYPTIONALGORITHM w/ exceptions if field has no
HAS_ENCRYPTIONALGORITHM() Determine if ENCRYPTIONALGORITHM has a value

hashAlgorithm

A specified override of the default hash algorithm that is used in a code-signing job.

Accessible with the following methods

Method Description
GET_HASHALGORITHM() Getter for HASHALGORITHM, with configurable default
ASK_HASHALGORITHM() Getter for HASHALGORITHM w/ exceptions if field has no value
HAS_HASHALGORITHM() Determine if HASHALGORITHM has a value