| 978 | } |
| 979 | |
| 980 | bool ToPrivateString(const SigningProvider& arg, std::string& out) const override |
| 981 | { |
| 982 | bool has_priv_key{ToStringHelper(&arg, out, StringType::PRIVATE)}; |
| 983 | out = AddChecksum(out); |
| 984 | return has_priv_key; |
| 985 | } |
| 986 | |
| 987 | bool ToNormalizedString(const SigningProvider& arg, std::string& out, const DescriptorCache* cache) const override final |
| 988 | { |
nothing calls this directly
no test coverage detected