Check that the given decryption key is valid for this ScriptPubKeyMan, i.e. it decrypts all of the keys handled by it.
Declared in <wallet/scriptpubkeyman.h>
virtual
bool
CheckDecryptionKey(CKeyingMaterial const& master_key);
true if the key decrypts all keys handled by this ScriptPubKeyMan.
| Name | Description |
|---|---|
| master_key | The candidate decryption key to verify. |