Bouncy Castle Cryptography 1.33

org.bouncycastle.crypto.test
Class ECGOST3410Test

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

public class ECGOST3410Test
extends SimpleTest

ECGOST3410 tests are taken from GOST R 34.10-2001.


Constructor Summary
ECGOST3410Test()
           
 
Method Summary
 void ecGOST3410_AParam()
          Test Sign & Verify with A parameters see: http://www.ietf.org/internet-drafts/draft-popov-cryptopro-cpalgs-01.txt gostR3410-2001-CryptoPro-A-ParamSet P.47
 java.lang.String getName()
           
static void main(java.lang.String[] args)
           
 void performTest()
           
 
Methods inherited from class org.bouncycastle.util.test.SimpleTest
areEqual, fail, fail, fail, perform, runTest, runTest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECGOST3410Test

public ECGOST3410Test()
Method Detail

ecGOST3410_AParam

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


getName

public java.lang.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(java.lang.String[] args)

Bouncy Castle Cryptography 1.33