/AWS1/CL_EL2CIPHER¶
Information about a cipher used in a policy.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_name
TYPE /AWS1/EL2CIPHERNAME
/AWS1/EL2CIPHERNAME
¶
The name of the cipher.
iv_priority
TYPE /AWS1/EL2CIPHERPRIORITY
/AWS1/EL2CIPHERPRIORITY
¶
The priority of the cipher.
Queryable Attributes¶
Name¶
The name of the cipher.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Priority¶
The priority of the cipher.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PRIORITY() |
Getter for PRIORITY, with configurable default |
ASK_PRIORITY() |
Getter for PRIORITY w/ exceptions if field has no value |
HAS_PRIORITY() |
Determine if PRIORITY has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CIPHERS
¶
TYPES TT_CIPHERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_EL2CIPHER WITH DEFAULT KEY
.