Interface ArdorAppInterface

All Known Implementing Classes:
ArdorAppBridge

public interface ArdorAppInterface
  • Method Details

    • getWalletPublicKeys

      byte[] getWalletPublicKeys(String path, boolean isGetMasterKey)
    • getPublicKeyData

      PublicKeyData getPublicKeyData(String pathStr)
    • getPublicKeyData

      PublicKeyData getPublicKeyData(int[] path, boolean isGetPublicKeyAndChainCode)
    • loadWalletTransaction

      boolean loadWalletTransaction(String buffer)
    • signWalletTransaction

      byte[] signWalletTransaction(String path)
    • encryptBuffer

      String encryptBuffer(String path, String publicKeyHex, String messageBytesHex)
    • decryptBuffer

      String decryptBuffer(String path, String publicKeyHex, String nonceHex, String dataHex)
    • showAddress

      void showAddress(String pathStr)
    • signToken

      String signToken(String pathStr, int timestamp, String messageHex)
    • getLastError

      String getLastError()