public class MD5 extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
computeFileMD5(File localFile) |
static String |
computeMD5(byte[] data) |
static String |
computeMD5(String data) |
byte[] |
digest() |
static MD5 |
getInstance() |
static String |
hexEncodeBytes(byte[] md5bytes) |
boolean |
prepare() |
void |
update(byte[] input,
int offset,
int len) |
Copyright © 2019. All rights reserved.