* @brief: HTTP content / payload SHA 256 = Hex(SHA256Hash( ) * @return signature of the content or "UNSIGNED-PAYLOAD" to mark that the payload is not signed */
| 712 | * @return signature of the content or "UNSIGNED-PAYLOAD" to mark that the payload is not signed |
| 713 | */ |
| 714 | String |
| 715 | AwsAuthV4::getPayloadHash() |
| 716 | { |
| 717 | return getPayloadSha256(_signPayload); |
| 718 | } |
| 719 | |
| 720 | /** |
| 721 | * @brief Get the value of the Authorization header (AWS authorization) v4 |