public class MD4 extends MessageDigest implements Cloneable
References:
$Revision: 1.2 $
| コンストラクタと説明 |
|---|
MD4() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Object |
clone()
Returns a copy of this MD object.
|
byte[] |
engineDigest()
Completes the hash computation by performing final operations such
as padding.
|
void |
engineReset()
Resets this object disregarding any temporary data present at the
time of the invocation of this call.
|
void |
engineUpdate(byte b)
Continues an MD4 message digest using the input byte.
|
void |
engineUpdate(byte[] input,
int offset,
int len)
MD4 block update operation.
|
digest, digest, digest, getAlgorithm, getDigestLength, getInstance, getInstance, getInstance, getProvider, isEqual, reset, toString, update, update, update, updateengineDigest, engineGetDigestLength, engineUpdatepublic Object clone()
clone クラス内 MessageDigestpublic void engineReset()
engineReset クラス内 MessageDigestSpipublic void engineUpdate(byte b)
engineUpdate クラス内 MessageDigestSpipublic void engineUpdate(byte[] input,
int offset,
int len)
Continues an MD4 message digest operation, by filling the buffer, transform(ing) data in 512-bit message block(s), updating the variables context and count, and leaving (buffering) the remaining bytes in buffer for the next update or finish.
engineUpdate クラス内 MessageDigestSpiinput - input blockoffset - start of meaningful bytes in inputlen - count of bytes in input block to considerpublic byte[] engineDigest()
engineDigest クラス内 MessageDigestSpiCopyright © 2016. All rights reserved.