All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.test.TestSHA1

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

public final class TestSHA1
extends BaseTest
Tests the output of the SHA1 message digest algorithm implementation against certified pre-computed output for a given set of reference input.

Note there are only two known sets validation data for SHA1: "abc" and "abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq"

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

$Revision: 1.1 $

Author:
Systemics Ltd

Constructor Index

 o TestSHA1()

Method Index

 o main(String[])

Constructors

 o TestSHA1
 public TestSHA1()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index