Class cryptix.security.SHAOutputStream
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, 1996, 1997
Systemics Ltd
on behalf of the
Cryptix Development Team.
All rights reserved.
- Author:
- Systemics Ltd
- See Also:
- MessageDigestOutputStream
-
SHAOutputStream()
- Create a new digest output stream that uses SHA.
SHAOutputStream
public SHAOutputStream()
- Create a new digest output stream that uses SHA.
All Packages Class Hierarchy This Package Previous Next Index