All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.test.TestDES_EDE3

java.lang.Object
   |
   +----cryptix.test.BaseTest
           |
           +----cryptix.test.TestDES_EDE3

public class TestDES_EDE3
extends BaseTest
Tests the output of the DES_EDE3 block cipher algorithm implementation against pre-computed output for a given set of reference input.

To generate 3 key data, a hacked version of Eric Young's DES program was used. There is no known certification data. Caveat Cryptographer - the test program and the data was generated locally, and I got it back-to-front the first time :-( Copyright © 1997 Systemics Ltd on behalf of the Cryptix Development Team.
All rights reserved.

$Revision: 1.6 $

Author:
Systemics Ltd

Constructor Index

 o TestDES_EDE3()

Method Index

 o main(String[])

Constructors

 o TestDES_EDE3
 public TestDES_EDE3()

Methods

 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index