cryptix.security
Class SHAOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended bycryptix.security.MessageDigestOutputStream
          extended bycryptix.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 Summary
SHAOutputStream()
          Create a new digest output stream that uses SHA.
 
Methods inherited from class cryptix.security.MessageDigestOutputStream
digest, digestAsHash, write, write, write
 
Methods inherited from class java.io.OutputStream
close, flush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SHAOutputStream

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