Inter-Process Communication (IPC)
IPC
String createAccount(in String encMessage, in String encryptedAESKey, in String encryptedIV);
String generateRsaKeys();
Map<String, String> getComponents(String method);
String getSymbol();
String request(in String requestJson);
boolean setModule(in String coinModuleFQCN);
boolean setAccount(in String coinModuleFQCN, in String keyStorePath, in String encMessage, in String encryptedAESKey, in String encryptedIV);
void killService();Last updated