Bouncy Castle Cryptography 1.30

org.bouncycastle.crypto.test
Class CamelliaTest

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

public class CamelliaTest
extends CipherTest

Camellia tester - vectors from https://www.cosic.esat.kuleuven.be/nessie/testvectors/ and RFC 3713


Method Summary
 java.lang.String getName()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.bouncycastle.crypto.test.CipherTest
perform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.30