public class DESUtils extends Object
DESUtils()
static String
decrypt(String src, String password)
encrypt(String datasource, String password)
parseByte2HexStr(byte[] buf)
static byte[]
parseHexStr2Byte(String hexStr)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DESUtils()
public static String encrypt(String datasource, String password)
datasource
password
public static String decrypt(String src, String password)
src
public static String parseByte2HexStr(byte[] buf)
buf
public static byte[] parseHexStr2Byte(String hexStr)
hexStr
Copyright © 2024. All rights reserved.