All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.test.TestIJCE

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----cryptix.util.test.BaseTest
                                           |
                                           +----cryptix.test.TestIJCE

public class TestIJCE
extends BaseTest
Tests the current IJCE implementation using a SAFER cipher instance.

Copyright © 1997 Systemics Ltd on behalf of the Cryptix Development Team.
All rights reserved.

$Revision: 1.11 $

Author:
Raif S. Naffah, David Hopwood

Constructor Index

 o TestIJCE()

Method Index

 o engineTest()
This method should be overridden by test subclasses, to perform the actual testing.
 o main(String[])

Constructors

 o TestIJCE
 public TestIJCE()

Methods

 o main
 public static void main(String args[])
 o engineTest
 protected void engineTest() throws Exception
This method should be overridden by test subclasses, to perform the actual testing.

Overrides:
engineTest in class BaseTest

All Packages  Class Hierarchy  This Package  Previous  Next  Index