Load private key and check that public key matches.
Synopsis
Return Value
true if the key was loaded successfully.
Parameters
Name |
Description |
privkey |
The serialized private key to load. |
vchPubKey |
The public key expected to correspond to privkey. |
fSkipCheck |
Whether to skip verifying that the public key matches. |
Created with MrDocs