All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class cryptix.security.SHAOutputStream

java.lang.Object
   |
   +----java.io.OutputStream
           |
           +----cryptix.security.MessageDigestOutputStream
                   |
                   +----cryptix.security.SHAOutputStream

public final class SHAOutputStream
extends MessageDigestOutputStream
This class is an Output stream that hashes the data sent to it using the SHA hashing algorithm.

References

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

$Revision: 1.2 $

Author:
Systemics Ltd
See Also:
MessageDigestOutputStream

Constructor Index

 o SHAOutputStream()
Create a new digest output stream that uses SHA.

Constructors

 o SHAOutputStream
 public SHAOutputStream()
Create a new digest output stream that uses SHA.


All Packages  Class Hierarchy  This Package  Previous  Next  Index