/AWS1/CL_FNTFIELDLEVELENC¶
A complex data type that includes the profile configurations and other options specified for field-level encryption.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/FNTSTRING /AWS1/FNTSTRING¶
The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.
iv_lastmodifiedtime TYPE /AWS1/FNTTIMESTAMP /AWS1/FNTTIMESTAMP¶
The last time the field-level encryption configuration was changed.
io_fieldlevelencconfig TYPE REF TO /AWS1/CL_FNTFIELDLEVELENCCFG /AWS1/CL_FNTFIELDLEVELENCCFG¶
A complex data type that includes the profile configurations specified for field-level encryption.
Queryable Attributes¶
Id¶
The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
LastModifiedTime¶
The last time the field-level encryption configuration was changed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |
FieldLevelEncryptionConfig¶
A complex data type that includes the profile configurations specified for field-level encryption.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELDLEVELENCCONFIG() |
Getter for FIELDLEVELENCRYPTIONCONFIG |