* Returns the algorithm name provided to the constructor * \return algorithm's name */
| 2048 | * \return algorithm's name |
| 2049 | */ |
| 2050 | std::string name() const { return alg_name; } |
| 2051 | |
| 2052 | private: |
| 2053 | /// OpenSSL structure containing keys |
nothing calls this directly
no outgoing calls
no test coverage detected