Look up a private key by its key id across all providers.
Declared in <script/signingprovider.h>
virtual
bool
GetKey(
CKeyID const& keyid,
CKey& key) const override;
True if the private key was found in any provider.
| Name | Description |
|---|---|
| keyid | The key id to retrieve the private key for. |
| key | Set to the matching private key on success. |