Get the count of keys known by this PubkeyProvider. Usually one, but may be more for key aggregation schemes */
| 247 | |
| 248 | /** Get the count of keys known by this PubkeyProvider. Usually one, but may be more for key aggregation schemes */ |
| 249 | virtual size_t GetKeyCount() const { return 1; } |
| 250 | |
| 251 | /** Whether this PubkeyProvider can always provide a public key without cache or private key arguments */ |
| 252 | virtual bool CanSelfExpand() const = 0; |
no outgoing calls