A B C D E F G H I L M N P R S T U V

D

dec2bin(String) - 类 com.gbasedbt.judr.math.Math 中的静态方法
十进制转二进制
dec2bin(Long) - 类 com.gbasedbt.judr.math.Math 中的静态方法
 
dec2bin(int) - 类 com.gbasedbt.judr.math.Math 中的静态方法
 
dec2hex(String) - 类 com.gbasedbt.judr.math.Math 中的静态方法
十进制转十六进制
dec2hex(Long) - 类 com.gbasedbt.judr.math.Math 中的静态方法
 
dec2hex(int) - 类 com.gbasedbt.judr.math.Math 中的静态方法
 
dec2oct(String) - 类 com.gbasedbt.judr.math.Math 中的静态方法
十进制转八进制
dec2oct(Long) - 类 com.gbasedbt.judr.math.Math 中的静态方法
 
dec2oct(int) - 类 com.gbasedbt.judr.math.Math 中的静态方法
 
decodeBase64(String) - 类 com.gbasedbt.judr.crypt.Crypt 中的静态方法
Base64 解码,使用默认字符集UTF-8
decodeBase64(String, String) - 类 com.gbasedbt.judr.crypt.Crypt 中的静态方法
Base64 解码,使用指定字符集charset
decodeBase64Hex(String) - 类 com.gbasedbt.judr.crypt.Crypt 中的静态方法
Hex 解码后 Base64 解码,使用默认字符集UTF-8
decodeBase64Hex(String, String) - 类 com.gbasedbt.judr.crypt.Crypt 中的静态方法
Hex 解码后 Base64 解码,使用指定字符集charset
decodeHex(char[]) - 类 com.gbasedbt.judr.crypt.sm4.Util 中的静态方法
将十六进制字符数组转换为字节数组
decodeHex(String) - 类 com.gbasedbt.judr.hex.HexStr 中的静态方法
十六进制字符串还原为字符串,默认字符集UTF-8
decodeHex(String, String) - 类 com.gbasedbt.judr.hex.HexStr 中的静态方法
十六进制字符串还原为字符串,指定字符集charset
decryptAES(String, String) - 类 com.gbasedbt.judr.crypt.Crypt 中的静态方法
AES解密方法,输出原字符串 (AES/ECB/PKCS5Padding)
decryptAES(String) - 类 com.gbasedbt.judr.crypt.Crypt 中的静态方法
AES解密方法,输出原字符串 (AES/ECB/PKCS5Padding),使用默认SecretKey
decryptData_ECB(String) - 类 com.gbasedbt.judr.crypt.sm4.SM4Utils 中的方法
 
decryptDES(String, String) - 类 com.gbasedbt.judr.crypt.Crypt 中的静态方法
DES 解密方法,输出原字符串 (DES/ECB/PKCS5PADDING)
decryptDES(String) - 类 com.gbasedbt.judr.crypt.Crypt 中的静态方法
DES 解密方法,输出原字符串 (DES/ECB/PKCS5PADDING),使用默认SecretKey

A B C D E F G H I L M N P R S T U V