Home
last modified time | relevance | path

Searched refs:Signer (Results 1 – 19 of 19) sorted by relevance

/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/
A DSigner.cc21 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 DHmacSha1Signer.cc32 HmacSha1Signer::HmacSha1Signer() : Signer(HmacSha1, "HMAC-SHA1", "1.0") {} in HmacSha1Signer()
A DRpcServiceClient.cc34 const std::shared_ptr<Signer> &signer) in RpcServiceClient()
A DRoaServiceClient.cc34 const std::shared_ptr<Signer> &signer) in RoaServiceClient()
/AliOS-Things-master/components/oss/src/auth/
A DSigner.cc21 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 DSigner.h26 class Signer
33 virtual ~Signer();
40 Signer(Type type, const std::string &name, const std::string &version = "1.0");
A DHmacSha1Signer.h27 class HmacSha1Signer : public Signer
A DHmacSha1Signer.cc36 Signer(HmacSha1, "HMAC-SHA1", "1.0") in HmacSha1Signer()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/include/alibabacloud/core/
A DSigner.h24 class ALIBABACLOUD_CORE_EXPORT Signer {
29 virtual ~Signer();
38 Signer(Type type, const std::string &name,
A DRoaServiceClient.h39 const std::shared_ptr<Signer> &signer =
56 std::shared_ptr<Signer> signer_;
A DRpcServiceClient.h41 const std::shared_ptr<Signer> &signer =
64 std::shared_ptr<Signer> signer_;
A DHmacSha1Signer.h24 class ALIBABACLOUD_CORE_EXPORT HmacSha1Signer : public Signer {
A DCommonClient.h78 std::shared_ptr<Signer> signer_;
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/
A Dsigner_ut.cc9 TEST(Signer, basic) { in TEST() argument
19 TEST(Signer, unicode) { in TEST() argument
A Droaserviceclient_ut.cc18 const std::shared_ptr<Signer> &signer = std::make_shared<HmacSha1Signer>()): in TestRoaClient()
A Dtimeout_ut.cc152 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 Drpcserviceclient_ut.cc22 const std::shared_ptr<Signer> &signer = std::make_shared<HmacSha1Signer>()): in mockRpcServiceClient()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/
A DCMakeLists.txt58 include/alibabacloud/core/Signer.h
120 src/Signer.cc
/AliOS-Things-master/components/oss/src/
A DOssClientImpl.h184 std::shared_ptr<Signer> signer_;

Completed in 184 milliseconds