All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.test.Test3LFSR

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

public class Test3LFSR
extends BaseTest
This class tests the cryptix.util.math.TrinomialLFSR class.

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

$Revision: 1.10 $

Author:
Raif S. Naffah

Constructor Index

 o Test3LFSR()

Method Index

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

Constructors

 o Test3LFSR
 public Test3LFSR()

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