BlowfishJ
Class SHA1Test

java.lang.Object
  |
  +--BlowfishJ.SHA1Test

public class SHA1Test
extends java.lang.Object

simple SHA-1 test application; note that the time this package was written SHA-1 hashing wasn't included officially in the Java framework; in these days it could actually be replaced by the MessageDigest factory's capabilities


Constructor Summary
SHA1Test()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SHA1Test

public SHA1Test()
Method Detail

main

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