Searched refs:PublicKey (Results 1 – 2 of 2) sorted by relevance
173 BIO_puts(bio, PublicKey().c_str()); in Encrypt()175 if (strncmp("-----BEGIN RSA", PublicKey().c_str(), 14) == 0) { in Encrypt()225 if (strncmp("-----BEGIN RSA", PublicKey().c_str(), 14) == 0) { in Decrypt()
100 const std::string& PublicKey() const { return publicKey_; } in PublicKey() function
Completed in 3 milliseconds