Searched refs:Signer (Results 1 – 19 of 19) sorted by relevance
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/ |
A D | Signer.cc | 21 Signer::Signer(Type type, const std::string &name, const std::string &version) in Signer() function in AlibabaCloud::Signer 24 Signer::~Signer() {} in ~Signer() 26 std::string Signer::name() const { return name_; } in name() 28 Signer::Type Signer::type() const { return type_; } in type() 30 std::string Signer::version() const { return version_; } in version()
|
A D | HmacSha1Signer.cc | 32 HmacSha1Signer::HmacSha1Signer() : Signer(HmacSha1, "HMAC-SHA1", "1.0") {} in HmacSha1Signer()
|
A D | RpcServiceClient.cc | 34 const std::shared_ptr<Signer> &signer) in RpcServiceClient()
|
A D | RoaServiceClient.cc | 34 const std::shared_ptr<Signer> &signer) in RoaServiceClient()
|
/AliOS-Things-master/components/oss/src/auth/ |
A D | Signer.cc | 21 Signer::Signer(Type type, const std::string & name, const std::string & version) : in Signer() function in Signer 28 Signer::~Signer() in ~Signer() 32 std::string Signer::name() const in name() 37 Signer::Type Signer::type() const in type() 42 std::string Signer::version() const in version()
|
A D | Signer.h | 26 class Signer 33 virtual ~Signer(); 40 Signer(Type type, const std::string &name, const std::string &version = "1.0");
|
A D | HmacSha1Signer.h | 27 class HmacSha1Signer : public Signer
|
A D | HmacSha1Signer.cc | 36 Signer(HmacSha1, "HMAC-SHA1", "1.0") in HmacSha1Signer()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/ |
A D | Signer.h | 24 class ALIBABACLOUD_CORE_EXPORT Signer { 29 virtual ~Signer(); 38 Signer(Type type, const std::string &name,
|
A D | RoaServiceClient.h | 39 const std::shared_ptr<Signer> &signer = 56 std::shared_ptr<Signer> signer_;
|
A D | RpcServiceClient.h | 41 const std::shared_ptr<Signer> &signer = 64 std::shared_ptr<Signer> signer_;
|
A D | HmacSha1Signer.h | 24 class ALIBABACLOUD_CORE_EXPORT HmacSha1Signer : public Signer {
|
A D | CommonClient.h | 78 std::shared_ptr<Signer> signer_;
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/ |
A D | signer_ut.cc | 9 TEST(Signer, basic) { in TEST() argument 19 TEST(Signer, unicode) { in TEST() argument
|
A D | roaserviceclient_ut.cc | 18 const std::shared_ptr<Signer> &signer = std::make_shared<HmacSha1Signer>()): in TestRoaClient()
|
A D | timeout_ut.cc | 152 const std::shared_ptr<Signer> &signer = std::make_shared<HmacSha1Signer>()): in TestRoaClient() 218 const std::shared_ptr<Signer> &signer = std::make_shared<HmacSha1Signer>()): in TestRpcClient()
|
A D | rpcserviceclient_ut.cc | 22 const std::shared_ptr<Signer> &signer = std::make_shared<HmacSha1Signer>()): in mockRpcServiceClient()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/ |
A D | CMakeLists.txt | 58 include/alibabacloud/core/Signer.h 120 src/Signer.cc
|
/AliOS-Things-master/components/oss/src/ |
A D | OssClientImpl.h | 184 std::shared_ptr<Signer> signer_;
|
Completed in 184 milliseconds