/AWS1/CL_MGNCHECKSUM¶
A checksum structure used to verify data integrity.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_encryptionalgorithm TYPE /AWS1/MGNENCRYPTIONALGORITHM /AWS1/MGNENCRYPTIONALGORITHM¶
The encryption algorithm used to generate the checksum.
iv_hash TYPE /AWS1/MGNHASH /AWS1/MGNHASH¶
The hash value of the checksum.
Queryable Attributes¶
encryptionAlgorithm¶
The encryption algorithm used to generate the checksum.
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 |
hash¶
The hash value of the checksum.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HASH() |
Getter for HASH, with configurable default |
ASK_HASH() |
Getter for HASH w/ exceptions if field has no value |
HAS_HASH() |
Determine if HASH has a value |