Home
last modified time | relevance | path

Searched refs:publicKey_ (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/oss/include/alibabacloud/oss/encryption/
A DCipher.h97 void setPublicKey(const std::string& key) { publicKey_ = key; } in setPublicKey()
100 const std::string& PublicKey() const { return publicKey_; } in PublicKey()
117 std::string publicKey_; variable
A DEncryptionMaterials.h50 std::string publicKey_; variable
/AliOS-Things-master/components/oss/src/encryption/
A DEncryptionMaterials.cc37 publicKey_(publicKey), in SimpleRSAEncryptionMaterials()
56 cipher->setPublicKey(publicKey_); in EncryptCEK()

Completed in 3 milliseconds