Searched refs:publicKey_ (Results 1 – 3 of 3) sorted by relevance
97 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
50 std::string publicKey_; variable
37 publicKey_(publicKey), in SimpleRSAEncryptionMaterials()56 cipher->setPublicKey(publicKey_); in EncryptCEK()
Completed in 5 milliseconds