Home
last modified time | relevance | path

Searched refs:privateKey (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/oss/src/encryption/
A DEncryptionMaterials.cc30 …terials::SimpleRSAEncryptionMaterials(const std::string& publicKey, const std::string& privateKey): in SimpleRSAEncryptionMaterials() argument
31 SimpleRSAEncryptionMaterials(publicKey, privateKey, std::map< std::string, std::string>()) in SimpleRSAEncryptionMaterials()
35 …aterials::SimpleRSAEncryptionMaterials(const std::string& publicKey, const std::string& privateKey, in SimpleRSAEncryptionMaterials() argument
40 …ck(RSAEncryptionMaterial(std::pair<std::string, std::string>(publicKey, privateKey), description)); in SimpleRSAEncryptionMaterials()
47 …yptionMaterials::addEncryptionMaterial(const std::string& publicKey, const std::string& privateKey, in addEncryptionMaterial() argument
50 …ck(RSAEncryptionMaterial(std::pair<std::string, std::string>(publicKey, privateKey), description)); in addEncryptionMaterial()
88 const std::string& privateKey = encryptionMaterials_[index].first.second; in DecryptCEK() local
90 cipher->setPrivateKey(privateKey); in DecryptCEK()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/encryption/
A DEncryptionMaterials.h40 SimpleRSAEncryptionMaterials(const std::string& publicKey, const std::string& privateKey);
41 SimpleRSAEncryptionMaterials(const std::string& publicKey, const std::string& privateKey,
44 void addEncryptionMaterial(const std::string& publicKey, const std::string& privateKey,

Completed in 3 milliseconds