Wrap a provider, choosing whether to hide secrets and origins.

Synopsis

Declared in <script/signingprovider.h>

HidingSigningProvider(
    SigningProvider const* provider,
    bool hide_secret,
    bool hide_origin);

Parameters

Name

Description

provider

The underlying provider to delegate to.

hide_secret

Whether to hide private keys.

hide_origin

Whether to hide key origin information.

Created with MrDocs