public final class MD5 extends Object
Modifier and Type | Method and Description |
---|---|
int[] |
close() |
static String |
hexFormat(int[] result) |
void |
restart() |
void |
update(byte[] data,
int len) |
public void update(byte[] data, int len)
public int[] close()
public void restart()
public static String hexFormat(int[] result)
Copyright © 2016 Egothor. All Rights Reserved.