Interface InstanceWalletKeystoreInterface

    • Method Detail

      • getKeyPairAtIndex

        org.bouncycastle.crypto.AsymmetricCipherKeyPair getKeyPairAtIndex​(int i)
                                                                   throws WalletException
        Parameters:
        i -
        Returns:
        the key pair public and private address related to the index
        Throws:
        WalletException
      • getPublicKeyAtIndexByte

        byte[] getPublicKeyAtIndexByte​(int i)
                                throws WalletException
        Parameters:
        i -
        Returns:
        the public key as byte array
        Throws:
        WalletException
      • getCurrentWalletID

        String getCurrentWalletID()
        Returns:
        the current wallet ID