Class java.crypt.SHAOutputStream
All Packages Class Hierarchy This Package Previous Next Index
Class java.crypt.SHAOutputStream
java.crypt.MessageDigestOutputStream
|
+----java.crypt.SHAOutputStream
- public final class SHAOutputStream
- extends MessageDigestOutputStream
This class is an output stream that hashes the data sent using the
SHA hashing algorithm.
Copyright (C) 1995, 1996 Systemics Ltd (http://www.systemics.com/)
All rights reserved.
-
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