public class HashHelper extends Object
| Constructor and Description |
|---|
HashHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String |
createGenericHash(IQuestionNode question) |
static String |
createHash(Tool tool,
App app) |
static String |
createHash(Tool tool,
IQuestionNode question) |
static String |
getHash(Hashes hashes,
String type) |
static String |
md5Hash(File file) |
static String |
md5Hash(String string) |
static String |
sha1Hash(File file) |
static String |
sha1Hash(String string) |
static String |
sha256Hash(File file) |
static String |
sha256Hash(String string) |
public static String createHash(Tool tool, IQuestionNode question)
public static String createGenericHash(IQuestionNode question)
Copyright © 2018. All rights reserved.