public class Md5Handler
extends java.lang.Object
| Constructor and Description |
|---|
Md5Handler() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
analyzeFinal() |
void |
analyzeInit() |
void |
analyzeUpdate(byte[] buf,
int bufLen) |
void |
analyzeUpdate(byte[] buf,
int ofs,
int bufLen) |
static byte[] |
md5(byte[] buffer,
int len) |
static byte[] |
md5(byte[] buffer,
int ofs,
int len) |
public void analyzeInit()
public void analyzeUpdate(byte[] buf,
int bufLen)
public void analyzeUpdate(byte[] buf,
int ofs,
int bufLen)
public byte[] analyzeFinal()
public static byte[] md5(byte[] buffer,
int len)
public static byte[] md5(byte[] buffer,
int ofs,
int len)