| 2279 | } |
| 2280 | |
| 2281 | std::optional<std::string> ToString(const Key& key, bool&) const |
| 2282 | { |
| 2283 | return m_keys.at(key).at(0)->ToString(); |
| 2284 | } |
| 2285 | |
| 2286 | template<typename I> std::optional<Key> FromPKBytes(I begin, I end) const |
| 2287 | { |
no test coverage detected