public class HashHandler extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
HASH_TYPE_MD5 |
static String |
HASH_TYPE_SHA1 |
| Constructor and Description |
|---|
HashHandler(String type) |
| Modifier and Type | Method and Description |
|---|---|
String |
encode(String value) |
boolean |
match(String encoded,
String plainText) |
public static final String HASH_TYPE_MD5
public static final String HASH_TYPE_SHA1
public HashHandler(String type)
Copyright © 2019 com.github.mfjamil. All rights reserved.