public class DigestTutil
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DigestTutil.ShaType |
| Constructor and Description |
|---|
DigestTutil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
sha256Hex(java.io.File file) |
static java.lang.String |
shaMd5Hex(java.io.File file) |
static void |
writeSha256Hex(java.io.File file) |
public static java.lang.String shaMd5Hex(java.io.File file)
throws java.io.IOException
java.io.IOExceptionpublic static java.lang.String sha256Hex(java.io.File file)
throws java.io.IOException
java.io.IOExceptionpublic static void writeSha256Hex(java.io.File file)
throws java.io.IOException
java.io.IOException