All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.quorum.tessera.cli.keypassresolver.KeyPasswordResolver Maven / Gradle / Ivy

Go to download

Tessera is a stateless Java system that is used to enable the encryption, decryption, and distribution of private transactions for Quorum.

There is a newer version: 24.4.2
Show newest version
package com.quorum.tessera.cli.keypassresolver;

import com.quorum.tessera.config.Config;

public interface KeyPasswordResolver {

    /**
     * Attempts to resolve all the locked keys using/fetching the required
     * password.
     *
     * The passwords may be provided in the configuration, or they may be
     * fetched from other sources as required.
     *
     * @param config the configuration that contains the keys to resolve, as
     *               well as some predefined passwords
     */
    void resolveKeyPasswords(Config config);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy