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

org.bcos.contract.tools.KeyInfoInterface Maven / Gradle / Ivy

There is a newer version: 2.6.6
Show newest version
package org.bcos.contract.tools;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy