/AWS1/CL_SGNGETSIGNINGPLATFO01¶
GetSigningPlatformResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_PLATFORMID
TYPE /AWS1/SGNPLATFORMID
/AWS1/SGNPLATFORMID
¶
The ID of the target signing platform.
IV_DISPLAYNAME
TYPE /AWS1/SGNDISPLAYNAME
/AWS1/SGNDISPLAYNAME
¶
The display name of the target signing platform.
IV_PARTNER
TYPE /AWS1/SGNSTRING
/AWS1/SGNSTRING
¶
A list of partner entities that use the target signing platform.
IV_TARGET
TYPE /AWS1/SGNSTRING
/AWS1/SGNSTRING
¶
The validation template that is used by the target signing platform.
IV_CATEGORY
TYPE /AWS1/SGNCATEGORY
/AWS1/SGNCATEGORY
¶
The category type of the target signing platform.
IO_SIGNINGCONFIGURATION
TYPE REF TO /AWS1/CL_SGNSIGNINGCONF
/AWS1/CL_SGNSIGNINGCONF
¶
A list of configurations applied to the target platform at signing.
IO_SIGNINGIMAGEFORMAT
TYPE REF TO /AWS1/CL_SGNSIGNINGIMAGEFORMAT
/AWS1/CL_SGNSIGNINGIMAGEFORMAT
¶
The format of the target platform's signing image.
IV_MAXSIZEINMB
TYPE /AWS1/SGNMAXSIZEINMB
/AWS1/SGNMAXSIZEINMB
¶
The maximum size (in MB) of the payload that can be signed by the target platform.
IV_REVOCATIONSUPPORTED
TYPE /AWS1/SGNBOOL
/AWS1/SGNBOOL
¶
A flag indicating whether signatures generated for the signing platform can be revoked.
Queryable Attributes¶
platformId¶
The ID of the target signing platform.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PLATFORMID() |
Getter for PLATFORMID, with configurable default |
ASK_PLATFORMID() |
Getter for PLATFORMID w/ exceptions if field has no value |
HAS_PLATFORMID() |
Determine if PLATFORMID has a value |
displayName¶
The display name of the target signing platform.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
partner¶
A list of partner entities that use the target signing platform.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PARTNER() |
Getter for PARTNER, with configurable default |
ASK_PARTNER() |
Getter for PARTNER w/ exceptions if field has no value |
HAS_PARTNER() |
Determine if PARTNER has a value |
target¶
The validation template that is used by the target signing platform.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TARGET() |
Getter for TARGET, with configurable default |
ASK_TARGET() |
Getter for TARGET w/ exceptions if field has no value |
HAS_TARGET() |
Determine if TARGET has a value |
category¶
The category type of the target signing platform.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CATEGORY() |
Getter for CATEGORY, with configurable default |
ASK_CATEGORY() |
Getter for CATEGORY w/ exceptions if field has no value |
HAS_CATEGORY() |
Determine if CATEGORY has a value |
signingConfiguration¶
A list of configurations applied to the target platform at signing.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SIGNINGCONFIGURATION() |
Getter for SIGNINGCONFIGURATION |
signingImageFormat¶
The format of the target platform's signing image.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SIGNINGIMAGEFORMAT() |
Getter for SIGNINGIMAGEFORMAT |
maxSizeInMB¶
The maximum size (in MB) of the payload that can be signed by the target platform.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MAXSIZEINMB() |
Getter for MAXSIZEINMB |
revocationSupported¶
A flag indicating whether signatures generated for the signing platform can be revoked.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REVOCATIONSUPPORTED() |
Getter for REVOCATIONSUPPORTED |