com.quorum.tessera.cli.keypassresolver.KeyPasswordResolver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cli-api Show documentation
Show all versions of cli-api Show documentation
Tessera is a stateless Java system that is used to enable the encryption, decryption, and distribution of private transactions for Quorum.
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