Skip to content

/AWS1/CL_LICISSUER

Details about the issuer of a license.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_NAME TYPE /AWS1/LICSTRING /AWS1/LICSTRING

Issuer name.

Optional arguments:

IV_SIGNKEY TYPE /AWS1/LICSTRING /AWS1/LICSTRING

Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.


Queryable Attributes

Name

Issuer name.

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

SignKey

Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.

Accessible with the following methods

Method Description
GET_SIGNKEY() Getter for SIGNKEY, with configurable default
ASK_SIGNKEY() Getter for SIGNKEY w/ exceptions if field has no value
HAS_SIGNKEY() Determine if SIGNKEY has a value