Bouncy Castle Cryptography 1.11 API Specification: Class ISO9796Test
Bouncy Castle Cryptography 1.11

org.bouncycastle.crypto.test
Class ISO9796Test

java.lang.Object
  |
  +--org.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 doTest3()
           
 TestResult doTest4()
           
 TestResult doTest5()
           
 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()

perform

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

main

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

Bouncy Castle Cryptography 1.11