@Deprecated public final class MD5 extends Object implements Digest
| Constructor and Description |
|---|
MD5()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
digest(byte[] dst)
Deprecated.
|
void |
digest(byte[] dst,
int pos)
Deprecated.
|
int |
getDigestLength()
Deprecated.
|
void |
reset()
Deprecated.
|
void |
update(byte b)
Deprecated.
|
void |
update(byte[] b)
Deprecated.
|
void |
update(byte[] buff,
int pos,
int len)
Deprecated.
|
public final void update(byte[] buff,
int pos,
int len)
public final void digest(byte[] dst,
int pos)
public final int getDigestLength()
getDigestLength in interface DigestCopyright © 2018. All rights reserved.