public class NutsDigestUtils extends Object
| Constructor and Description |
|---|
NutsDigestUtils() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
evalHash(InputStream input,
String algo,
net.thevpc.nuts.NutsSession session) |
static byte[] |
evalMD5(byte[] bytesOfMessage,
net.thevpc.nuts.NutsSession session) |
static byte[] |
evalMD5(InputStream input,
net.thevpc.nuts.NutsSession session) |
static byte[] |
evalMD5(Path path,
net.thevpc.nuts.NutsSession session) |
static byte[] |
evalMD5(String input,
net.thevpc.nuts.NutsSession session) |
static String |
evalMD5Hex(InputStream input,
net.thevpc.nuts.NutsSession session) |
static String |
evalMD5Hex(Path path,
net.thevpc.nuts.NutsSession session) |
static char[] |
evalSHA1(char[] input,
net.thevpc.nuts.NutsSession session) |
static String |
evalSHA1(File file,
net.thevpc.nuts.NutsSession session) |
static byte[] |
evalSHA1(InputStream input,
boolean closeStream,
net.thevpc.nuts.NutsSession session) |
static String |
evalSHA1(String input,
net.thevpc.nuts.NutsSession session) |
static String |
evalSHA1Hex(InputStream input,
boolean closeStream,
net.thevpc.nuts.NutsSession session) |
static String |
evalSHA1Hex(net.thevpc.nuts.NutsPath file,
net.thevpc.nuts.NutsSession session) |
static char[] |
evalSHA1HexChars(InputStream input,
boolean closeStream,
net.thevpc.nuts.NutsSession session) |
public static byte[] evalMD5(String input, net.thevpc.nuts.NutsSession session)
public static byte[] evalMD5(Path path, net.thevpc.nuts.NutsSession session)
public static String evalMD5Hex(InputStream input, net.thevpc.nuts.NutsSession session)
public static byte[] evalHash(InputStream input, String algo, net.thevpc.nuts.NutsSession session)
public static byte[] evalMD5(InputStream input, net.thevpc.nuts.NutsSession session)
public static byte[] evalMD5(byte[] bytesOfMessage,
net.thevpc.nuts.NutsSession session)
public static String evalSHA1Hex(net.thevpc.nuts.NutsPath file, net.thevpc.nuts.NutsSession session)
public static char[] evalSHA1(char[] input,
net.thevpc.nuts.NutsSession session)
public static String evalSHA1Hex(InputStream input, boolean closeStream, net.thevpc.nuts.NutsSession session)
public static char[] evalSHA1HexChars(InputStream input, boolean closeStream, net.thevpc.nuts.NutsSession session)
public static byte[] evalSHA1(InputStream input, boolean closeStream, net.thevpc.nuts.NutsSession session)
Copyright © 2022 vpc open source initiative. All rights reserved.