public class MD5Updater extends Object
| 构造器和说明 |
|---|
MD5Updater() |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
digest() |
void |
reset() |
BigInteger |
toBigInteger() |
String |
toHexString() |
void |
update(byte[] bytes) |
void |
update(int val) |
void |
update(long val) |
void |
update(String str) |
public void update(int val)
public void update(long val)
public void update(byte[] bytes)
public void update(String str)
public void reset()
public byte[] digest()
public String toHexString()
public BigInteger toBigInteger()
Copyright © 2020. All rights reserved.