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.


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