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