Bouncy Castle Cryptography 1.51

org.bouncycastle.crypto.test
Class Shacal2Test

java.lang.Object
  extended by org.bouncycastle.util.test.SimpleTest
      extended by org.bouncycastle.crypto.test.CipherTest
          extended by org.bouncycastle.crypto.test.Shacal2Test
All Implemented Interfaces:
Test

public class Shacal2Test
extends CipherTest

Shacal2 tester - vectors from https://www.cosic.esat.kuleuven.be/nessie/testvectors/


Method Summary
 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
 

Method Detail

performTest

public void performTest()
                 throws java.lang.Exception
Overrides:
performTest in class CipherTest
Throws:
java.lang.Exception

getName

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

main

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

Bouncy Castle Cryptography 1.51