public final class DigestUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
digest(byte[] inBytes,
String algo) |
static String |
md5hex(byte[] bytes) |
static String |
md5hex(String str) |
static String |
sha1hex(byte[] bytes) |
static String |
sha1hex(String str) |
static String |
sha256hex(byte[] bytes) |
static String |
sha256hex(String str) |
static String |
sha512hex(byte[] bytes) |
static String |
sha512hex(String str) |
Copyright © 2014. All rights reserved.