#include <awsrest.hpp>
Definition at line 30 of file awsrest.hpp.
◆ amz_date()
static std::string openvpn::AWS::REST::amz_date |
( |
| ) |
|
|
inlinestatic |
◆ hmac_sha256() [1/2]
static SHA256 openvpn::AWS::REST::hmac_sha256 |
( |
DigestFactory & |
digest_factory, |
|
|
const std::string & |
data, |
|
|
const SHA256 & |
key |
|
) |
| |
|
inlinestatic |
◆ hmac_sha256() [2/2]
static SHA256 openvpn::AWS::REST::hmac_sha256 |
( |
DigestFactory & |
digest_factory, |
|
|
const std::string & |
data, |
|
|
const std::string & |
key |
|
) |
| |
|
inlinestatic |
◆ OPENVPN_EXCEPTION()
openvpn::AWS::REST::OPENVPN_EXCEPTION |
( |
aws_rest_error |
| ) |
|
◆ sha256()
static SHA256 openvpn::AWS::REST::sha256 |
( |
DigestFactory & |
digest_factory, |
|
|
const std::string & |
data |
|
) |
| |
|
inlinestatic |
◆ signing_key()
static SHA256 openvpn::AWS::REST::signing_key |
( |
DigestFactory & |
df, |
|
|
const std::string & |
key, |
|
|
const std::string & |
date_stamp, |
|
|
const std::string & |
region_name, |
|
|
const std::string & |
service_name |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: