public class HashCodeGenerator extends Object
Constructor and Description |
---|
HashCodeGenerator() |
Modifier and Type | Method and Description |
---|---|
static String |
get(HashAlgorithm algorithm,
ByteBuffer bytes) |
static String |
get(HashAlgorithm algorithm,
String line) |
static String[] |
getCryptoImpls() |
static String[] |
getCryptoImpls(String serviceType) |
static String |
getMD5(String line) |
static String[] |
getServiceTypes() |
static String |
getSHA(String line) |
static String |
getSHA256(String line) |
static String |
getSHA384(String line) |
static String |
getSHA512(String line) |
public static String[] getServiceTypes()
public static String[] getCryptoImpls()
public static String get(HashAlgorithm algorithm, String line)
public static String get(HashAlgorithm algorithm, ByteBuffer bytes)
Copyright © 2014-2015 PureSol Technologies. All Rights Reserved.