BSHA3  0.17.99
P2P Blockchain, based on Bitcoin
Public Member Functions | List of all members
SigningProvider Class Reference

An interface to be implemented by keystores that support signing. More...

#include <sign.h>

Inheritance diagram for SigningProvider:
[legend]

Public Member Functions

virtual ~SigningProvider ()
 
virtual bool GetCScript (const CScriptID &scriptid, CScript &script) const
 
virtual bool GetPubKey (const CKeyID &address, CPubKey &pubkey) const
 
virtual bool GetKey (const CKeyID &address, CKey &key) const
 
virtual bool GetKeyOrigin (const CKeyID &keyid, KeyOriginInfo &info) const
 

Detailed Description

An interface to be implemented by keystores that support signing.

Definition at line 30 of file sign.h.

Constructor & Destructor Documentation

◆ ~SigningProvider()

virtual SigningProvider::~SigningProvider ( )
inlinevirtual

Definition at line 33 of file sign.h.

Member Function Documentation

◆ GetCScript()

virtual bool SigningProvider::GetCScript ( const CScriptID scriptid,
CScript script 
) const
inlinevirtual

Reimplemented in CBasicKeyStore, FlatSigningProvider, and HidingSigningProvider.

Definition at line 34 of file sign.h.

Here is the caller graph for this function:

◆ GetKey()

virtual bool SigningProvider::GetKey ( const CKeyID address,
CKey key 
) const
inlinevirtual

Reimplemented in CCryptoKeyStore, FlatSigningProvider, CBasicKeyStore, and HidingSigningProvider.

Definition at line 36 of file sign.h.

Here is the caller graph for this function:

◆ GetKeyOrigin()

virtual bool SigningProvider::GetKeyOrigin ( const CKeyID keyid,
KeyOriginInfo info 
) const
inlinevirtual

Reimplemented in CWallet, FlatSigningProvider, and HidingSigningProvider.

Definition at line 37 of file sign.h.

Here is the caller graph for this function:

◆ GetPubKey()

virtual bool SigningProvider::GetPubKey ( const CKeyID address,
CPubKey pubkey 
) const
inlinevirtual

Reimplemented in CCryptoKeyStore, FlatSigningProvider, CBasicKeyStore, and HidingSigningProvider.

Definition at line 35 of file sign.h.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: