public final class MD5 extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
of(byte[] subject) |
static byte[] |
of(byte[] subject,
int offset,
int length) |
static byte[] |
of(InputStream inputStream) |
static byte[] |
of(String subject) |
public static byte[] of(String subject)
public static byte[] of(byte[] subject)
public static byte[] of(byte[] subject,
int offset,
int length)
public static byte[] of(InputStream inputStream) throws IOException
IOExceptionCopyright © 2018 Arno Unkrig. All rights reserved.