AWS SDK for C++AWS SDK for C++ Version 1.11.788 |
#include <AWSAuthEventStreamV4Signer.h>
AWS Auth EventStream v4 Signer implementation of the AWSAuthSigner interface.
Definition at line 48 of file AWSAuthEventStreamV4Signer.h.
Return the signer's name
Implements Aws::Client::AWSAuthSigner.
Definition at line 54 of file AWSAuthEventStreamV4Signer.h.
Do nothing
Implements Aws::Client::AWSAuthSigner.
Definition at line 92 of file AWSAuthEventStreamV4Signer.h.
Do nothing
Implements Aws::Client::AWSAuthSigner.
Definition at line 87 of file AWSAuthEventStreamV4Signer.h.
Do nothing
Implements Aws::Client::AWSAuthSigner.
Definition at line 82 of file AWSAuthEventStreamV4Signer.h.
Signs a single event message in an event stream. The input message buffer is copied and signed. The message's input buffer will be deallocated and a new buffer will be assigned. The new buffer encodes the original message with its headers as the payload of the new message. The signature of the original message will be added as a header to the new message.
A Hex encoded signature of the previous event (or of the HTTP request headers in case of the first event) is provided as the 'priorSignature' parameter. 'priorSignature' will contain the value of the new signature after this call returns successfully.
The function returns true if the message is successfully signed.
Reimplemented from Aws::Client::AWSAuthSigner.
Signs the request itself (usually by adding a signature header) based on info in the request and uri.
Implements Aws::Client::AWSAuthSigner.
Definition at line 60 of file AWSAuthEventStreamV4Signer.h.
Signs the request itself (usually by adding a signature header) based on info in the request and uri. If signBody is false and https is being used then the body of the payload will not be signed. The default virtual function, just calls SignRequest.
Reimplemented from Aws::Client::AWSAuthSigner.
Definition at line 65 of file AWSAuthEventStreamV4Signer.h.
Signs the request itself (usually by adding a signature header) based on info in the request and uri. If signBody is false and https is being used then the body of the payload will not be signed. The default virtual function, just calls SignRequest. Using m_region by default if parameter region is nullptr.
Reimplemented from Aws::Client::AWSAuthSigner.
Definition at line 70 of file AWSAuthEventStreamV4Signer.h.
Signs the request itself (usually by adding a signature header) based on info in the request and uri. If signBody is false and https is being used then the body of the payload will not be signed. The default virtual function, just calls SignRequest. Using m_region by default if parameter region is nullptr. Using m_serviceName by default if parameter serviceName is nullptr.
Reimplemented from Aws::Client::AWSAuthSigner.