Bouncy Castle Cryptography 1.28

org.bouncycastle.crypto.test
Class ISO9796Test

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

public class ISO9796Test
extends java.lang.Object
implements Test

test vectors from ISO 9796-1 and ISO 9796-2 edition 1.


Constructor Summary
ISO9796Test()
           
 
Method Summary
 TestResult doTest10()
           
 TestResult doTest3()
           
 TestResult doTest4()
           
 TestResult doTest5()
           
 TestResult doTest6()
           
 TestResult doTest7()
           
 TestResult doTest8()
           
 TestResult doTest9()
           
 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

ISO9796Test

public ISO9796Test()
Method Detail

getName

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

doTest3

public TestResult doTest3()

doTest4

public TestResult doTest4()

doTest5

public TestResult doTest5()

doTest6

public TestResult doTest6()

doTest7

public TestResult doTest7()

doTest8

public TestResult doTest8()

doTest9

public TestResult doTest9()

doTest10

public TestResult doTest10()

perform

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

main

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

Bouncy Castle Cryptography 1.28