Show / Hide Table of Contents

    Interface IKeyStore

    Namespace: Catalyst.Abstractions.Keystore
    Assembly: Catalyst.Abstractions.dll
    Syntax
    public interface IKeyStore

    Methods

    | Improve this Doc View Source

    KeyStoreDecrypt(KeyRegistryTypes)

    Declaration
    IPrivateKey KeyStoreDecrypt(KeyRegistryTypes keyIdentifier)
    Parameters
    Type Name Description
    KeyRegistryTypes keyIdentifier
    Returns
    Type Description
    IPrivateKey
    | Improve this Doc View Source

    KeyStoreEncryptAsync(IPrivateKey, KeyRegistryTypes)

    Declaration
    Task KeyStoreEncryptAsync(IPrivateKey privateKey, KeyRegistryTypes keyIdentifier)
    Parameters
    Type Name Description
    IPrivateKey privateKey
    KeyRegistryTypes keyIdentifier
    Returns
    Type Description
    System.Threading.Tasks.Task
    | Improve this Doc View Source

    KeyStoreGenerate(KeyRegistryTypes)

    Declaration
    Task<IPrivateKey> KeyStoreGenerate(KeyRegistryTypes keyIdentifier)
    Parameters
    Type Name Description
    KeyRegistryTypes keyIdentifier
    Returns
    Type Description
    System.Threading.Tasks.Task<IPrivateKey>
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network