May 2001
Intermediate to advanced
618 pages
20h 50m
English
In Java 1.1, there is no
MessageDigestSpi
class,
and the MessageDigest
class simply extends Object. If you want to
implement your own message digest in 1.1, then you extend the
MessageDigest class directly. This does not cause
any implementation differences.
The getDigestLength( )
method does not exist in 1.1
nor does the digest( ) method with a signature
that accepts an array, offset, and length.
Read now
Unlock full access