|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.OutputStream | +--cryptix.security.MessageDigestOutputStream | +--cryptix.security.SHAOutputStream
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 $
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 |
|
Constructor Detail |
public SHAOutputStream()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |