public class CryptUtils extends Object
Modifier and Type | Method and Description |
---|---|
static int[] |
getKeys(int key)
Deprecated.
无用类
|
static int |
stringToKey(String string)
通过字符串获取KEY
|
public static int[] getKeys(int key)
key
- 可自定义一个INT型数值public static int stringToKey(String string)
string
- 可随机一个字符串Copyright © 2018. All rights reserved.