• Decrypts AES iv/CryptoKey set from string using owner's ECIES private key.

    Parameters

    • wallet: IWalletHandler

      Wallet instance for accessing functions and owner's private key.

    • source: string

      String containing encrypted AES iv/CryptoKey set with pipe "|" delimiter.

    Returns Promise<IAesBundle>

    • Decrypted AES iv/CryptoKey set.

Generated using TypeDoc