public class EncryptUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_KEY |
| Constructor and Description |
|---|
EncryptUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decrypt3DES(String srcStr,
String password) |
static String |
encrypt3DES(String str,
String password) |
static void |
main(String[] args) |
public static final String DEFAULT_KEY
Copyright © 2016. All Rights Reserved.