public abstract class _AbstractLongDigest extends Object implements Digest, Memoable
| 限定符和类型 | 字段和说明 |
|---|---|
protected long |
H1 |
protected long |
H2 |
protected long |
H3 |
protected long |
H4 |
protected long |
H5 |
protected long |
H6 |
protected long |
H7 |
protected long |
H8 |
| 限定符 | 构造器和说明 |
|---|---|
protected |
_AbstractLongDigest(_AbstractLongDigest t)
Copy constructor.
|
protected |
_AbstractLongDigest()
Constructor for variable length word
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
copyIn(_AbstractLongDigest t) |
void |
finish() |
int |
getBufferSize()
Return the size in bytes of the internal buffer the digest applies it's compression
function to.
|
protected int |
getEncodedStateSize() |
protected void |
populateState(byte[] state) |
protected void |
processBlock() |
protected void |
processLength(long lowW,
long hiW) |
protected void |
processWord(byte[] in,
int inOff) |
void |
reset()
reset the digest back to it's initial state.
|
protected void |
restoreState(byte[] encodedState) |
void |
update(byte in)
update the message digest with a single byte.
|
void |
update(byte[] in,
int inOff,
int len)
update the message digest with a block of bytes.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoFinal, getAlgorithmName, getDigestSizeprotected long H1
protected long H2
protected long H3
protected long H4
protected long H5
protected long H6
protected long H7
protected long H8
protected _AbstractLongDigest()
protected _AbstractLongDigest(_AbstractLongDigest t)
protected void copyIn(_AbstractLongDigest t)
protected void populateState(byte[] state)
protected void restoreState(byte[] encodedState)
protected int getEncodedStateSize()
public void update(byte in)
Digestpublic void update(byte[] in,
int inOff,
int len)
Digestpublic void finish()
public void reset()
Digestpublic int getBufferSize()
DigestgetBufferSize 在接口中 Digestprotected void processWord(byte[] in,
int inOff)
protected void processLength(long lowW,
long hiW)
protected void processBlock()
Copyright © 2021. All rights reserved.