public class DESCrypt extends Object
构造说明 :
老版本的 des 加密
| 限定符和类型 | 方法和说明 |
|---|---|
static byte[] |
base64Decode(String s)
已过时。
|
static String |
base64Encode(byte[] s)
已过时。
|
String |
decrypt(String input)
已过时。
|
byte[] |
desDecrypt(byte[] encryptText)
已过时。
|
byte[] |
desEncrypt(byte[] plainText)
已过时。
|
String |
encrypt(String input)
已过时。
|
static void |
main(String[] args)
已过时。
|
public DESCrypt(String desKey)
public static String base64Encode(byte[] s)
public static byte[] base64Decode(String s) throws IOException
IOExceptionCopyright © 2019. All rights reserved.