Bouncy Castle Cryptography 1.28

org.bouncycastle.crypto.test
Class ECGOST3410Test

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

public class ECGOST3410Test
extends java.lang.Object
implements Test

ECGOST3410 tests are taken from GOST R 34.10-2001.


Constructor Summary
ECGOST3410Test()
           
 
Method Summary
 java.lang.String getName()
           
static void main(java.lang.String[] args)
           
 TestResult perform()
           
 
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

getName

public java.lang.String getName()
Specified by:
getName in interface Test

perform

public TestResult perform()
Specified by:
perform in interface Test

main

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

Bouncy Castle Cryptography 1.28