HidingSigningProvider::GetKey

Look up a private key by its key id, unless secrets are hidden.

Synopsis

Declared in <script/signingprovider.h>

virtual
bool
GetKey(
    CKeyID const& keyid,
    CKey& key) const override;

Return Value

True if the private key was found and not hidden.

Parameters

NameDescription
keyidThe key id to retrieve the private key for.
keySet to the matching private key on success.