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

org.fisco.bcos.web3j.crypto.gm.KeyInfoInterface Maven / Gradle / Ivy

package org.fisco.bcos.web3j.crypto.gm;

public interface KeyInfoInterface {
  public int loadKeyInfo(String keyFile);

  public int storeKeyInfo(String keyFile);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy