/AWS1/CL_SGN=>SIGNPAYLOAD()
¶
About SignPayload¶
Signs a binary payload and returns a signature envelope.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_PROFILENAME
TYPE /AWS1/SGNPROFILENAME
/AWS1/SGNPROFILENAME
¶
The name of the signing profile.
IV_PAYLOAD
TYPE /AWS1/SGNPAYLOAD
/AWS1/SGNPAYLOAD
¶
Specifies the object digest (hash) to sign.
IV_PAYLOADFORMAT
TYPE /AWS1/SGNSTRING
/AWS1/SGNSTRING
¶
Payload content type. The single valid type is
application/vnd.cncf.notary.payload.v1+json
.
Optional arguments:¶
IV_PROFILEOWNER
TYPE /AWS1/SGNACCOUNTID
/AWS1/SGNACCOUNTID
¶
The AWS account ID of the profile owner.