Class EthereumIESTest

  • All Implemented Interfaces:
    Test

    public class EthereumIESTest
    extends SimpleTest
    test for Ethereum flavor of ECIES - Elliptic Curve Integrated Encryption Scheme

    Note the IV is always required when passing parameters, as the IV is added to the MAC.

    • Method Detail

      • performTest

        public void performTest()
                         throws java.lang.Exception
        Specified by:
        performTest in class SimpleTest
        Throws:
        java.lang.Exception
      • main

        public static void main​(java.lang.String[] args)