public final class Encrypt extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ENCRY_STYLE_DES |
static int |
ENCRY_STYLE_MD5 |
| 构造器和说明 |
|---|
Encrypt() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
decryptString(int style,
String str) |
static String |
encryptString(int style,
String str) |
static void |
main(String[] args) |
static long |
MD52Long(String s) |
public static final int ENCRY_STYLE_MD5
public static final int ENCRY_STYLE_DES
Copyright © 2018. All rights reserved.