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

#include <sign.h>

Inheritance diagram for HidingSigningProvider:
[legend]
Collaboration diagram for HidingSigningProvider:
[legend]

Public Member Functions

 HidingSigningProvider (const SigningProvider *provider, bool hide_secret, bool hide_origin)
 
bool GetCScript (const CScriptID &scriptid, CScript &script) const override
 
bool GetPubKey (const CKeyID &keyid, CPubKey &pubkey) const override
 
bool GetKey (const CKeyID &keyid, CKey &key) const override
 
bool GetKeyOrigin (const CKeyID &keyid, KeyOriginInfo &info) const override
 
- Public Member Functions inherited from SigningProvider
virtual ~SigningProvider ()
 

Private Attributes

const bool m_hide_secret
 
const bool m_hide_origin
 
const SigningProviderm_provider
 

Detailed Description

Definition at line 42 of file sign.h.

Constructor & Destructor Documentation

◆ HidingSigningProvider()

HidingSigningProvider::HidingSigningProvider ( const SigningProvider provider,
bool  hide_secret,
bool  hide_origin 
)
inline

Definition at line 50 of file sign.h.

Member Function Documentation

◆ GetCScript()

bool HidingSigningProvider::GetCScript ( const CScriptID scriptid,
CScript script 
) const
overridevirtual

Reimplemented from SigningProvider.

Definition at line 670 of file sign.cpp.

Here is the call graph for this function:

◆ GetKey()

bool HidingSigningProvider::GetKey ( const CKeyID keyid,
CKey key 
) const
overridevirtual

Reimplemented from SigningProvider.

Definition at line 680 of file sign.cpp.

Here is the call graph for this function:

◆ GetKeyOrigin()

bool HidingSigningProvider::GetKeyOrigin ( const CKeyID keyid,
KeyOriginInfo info 
) const
overridevirtual

Reimplemented from SigningProvider.

Definition at line 686 of file sign.cpp.

Here is the call graph for this function:

◆ GetPubKey()

bool HidingSigningProvider::GetPubKey ( const CKeyID keyid,
CPubKey pubkey 
) const
overridevirtual

Reimplemented from SigningProvider.

Definition at line 675 of file sign.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ m_hide_origin

const bool HidingSigningProvider::m_hide_origin
private

Definition at line 46 of file sign.h.

◆ m_hide_secret

const bool HidingSigningProvider::m_hide_secret
private

Definition at line 45 of file sign.h.

◆ m_provider

const SigningProvider* HidingSigningProvider::m_provider
private

Definition at line 47 of file sign.h.


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