public class HashHandler extends Object
| Modifier and Type | Field | Description |
|---|---|---|
static String |
HASH_TYPE_MD5 |
|
static String |
HASH_TYPE_SHA1 |
| Constructor | Description |
|---|---|
HashHandler(String type) |
| Modifier and Type | Method | 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 SMYLD. All rights reserved.