Class java.crypt.MD5OutputStream
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.crypt.MD5OutputStream

java.crypt.MessageDigestOutputStream
   |
   +----java.crypt.MD5OutputStream

public final class MD5OutputStream
extends MessageDigestOutputStream
This class is an output stream that hashes the data sent using the MD5 hashing algorithm.

Copyright (C) 1995, 1996 Systemics Ltd (http://www.systemics.com/) All rights reserved.


Constructor Index

 o MD5OutputStream()
create a new digest output stream that uses MD5.

Constructors

 o MD5OutputStream
  public MD5OutputStream()
create a new digest output stream that uses MD5.

All Packages  Class Hierarchy  This Package  Previous  Next  Index