Class ECGOST3410Test

java.lang.Object
org.bouncycastle.util.test.SimpleTest
org.bouncycastle.crypto.test.ECGOST3410Test
All Implemented Interfaces:
Test

public class ECGOST3410Test extends SimpleTest
ECGOST3410 tests are taken from GOST R 34.10-2001.
  • Constructor Details

    • ECGOST3410Test

      public ECGOST3410Test()
  • Method Details

    • ecGOST3410_AParam

      public void ecGOST3410_AParam()
      Test Sign & Verify with A parameters see: https://www.ietf.org/internet-drafts/draft-popov-cryptopro-cpalgs-01.txt gostR3410-2001-CryptoPro-A-ParamSet P.47
    • getName

      public String getName()
      Specified by:
      getName in interface Test
      Specified by:
      getName in class SimpleTest
    • performTest

      public void performTest()
      Specified by:
      performTest in class SimpleTest
    • main

      public static void main(String[] args)