Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface VariableLengthDigest
setDigestLength
is called, the digest will be reset. The length
is always an exact number of bytes (i.e. a multiple of 8 bits).
This interface
is not supported in JavaSoft's version of JCE.
Copyright © 1997
Systemics Ltd on behalf of the
Cryptix Development Team.
Method Summary | |
void |
|
public void setDigestLength(int nbytes)
Sets the length of the digest output in bytes, and resets the digest.
- Parameters:
nbytes
- the new length in bytes.