Generated by
JDiff

Class java.security.DigestInputStream

Documentation changed from old to new.

Changed Methods
MessageDigest getMessageDigest() Documentation changed from old to new.
Returns the message digest associated with this stream.
void setMessageDigest(MessageDigest) Documentation changed from old to new.
Associates the specified message digest with this stream.
int read() Documentation changed from old to new.
Reads a byte and updates the message digest (if the digest function is on).
int read(byte[], int, int) Documentation changed from old to new.
Reads into a byte array and updates the message digest (if the digest function is on).