A B C D E F G H I L P R S T
A
- addConsoleHandler(Logger, Level) - 类 中的静态方法cn.aotcloud.smcrypto.util.LoggerFactory
-
为log添加控制台handler
- algorismToHexString(int, int) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
将十进制转换为指定长度的十六进制字符串
- algorithmToHEXString(int) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
十进制转换为十六进制字符串
- AsciiStringToString(String) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
ASCII码字符串转数字字符串
B
- binaryToAlgorithm(String) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
二进制字符串转十进制
- byteConvert32Bytes(BigInteger) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
大数字转换字节流(字节数组)型数据
- byteConvertInteger(byte[]) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
换字节流(字节数组)型数据转大数字
- bytesToHex(byte[]) - 类 中的静态方法cn.aotcloud.smcrypto.util.ByteUtils
-
字节码转为大写16进制串
- bytesToString(byte[]) - 类 中的静态方法cn.aotcloud.smcrypto.util.ByteUtils
-
字节码转为字符串
- byteToHex(byte[]) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
字节数组转换为十六进制字符串
- byteToInt(byte[]) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
四个字节的字节数据转换成一个整形数据
- byteToString(byte[]) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
字节数组转为普通字符串(ASCII对应的字符)
- ByteUtils - cn.aotcloud.smcrypto.util中的类
-
16进制与字节码转换工具
- ByteUtils() - 类 的构造器cn.aotcloud.smcrypto.util.ByteUtils
-
C
- CHARSET_NAME - 类 中的静态变量cn.aotcloud.smcrypto.util.ByteUtils
-
- charToByte(char) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
Convert char to byte
- closeQuietly(InputStream) - 类 中的静态方法cn.aotcloud.smcrypto.util.IOUtils
-
- closeQuietly(OutputStream) - 类 中的静态方法cn.aotcloud.smcrypto.util.IOUtils
-
- cn.aotcloud.smcrypto.util - 程序包 cn.aotcloud.smcrypto.util
-
- CommonUtils - cn.aotcloud.smcrypto.util中的类
-
- CommonUtils() - 类 的构造器cn.aotcloud.smcrypto.util.CommonUtils
-
D
- DATE_PATTERN_FULL - 类 中的静态变量cn.aotcloud.smcrypto.util.LoggerFactory
-
- decodeHex(char[]) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
将十六进制字符数组转换为字节数组
E
- EMPTY - 类 中的静态变量cn.aotcloud.smcrypto.util.StringUtils
-
- encodeHex(byte[]) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
将字节数组转换为十六进制字符数组
- encodeHex(byte[], char[]) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
将字节数组转换为十六进制字符数组
- encodeHexString(byte[]) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
将字节数组转换为十六进制字符串
- encodeHexString(byte[], char[]) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
将字节数组转换为十六进制字符串
- equals(CharSequence, CharSequence) - 类 中的静态方法cn.aotcloud.smcrypto.util.StringUtils
-
- equalsIgnoreCase(CharSequence, CharSequence) - 类 中的静态方法cn.aotcloud.smcrypto.util.StringUtils
-
F
- format(LogRecord) - 类 中的方法cn.aotcloud.smcrypto.util.LoggerMinFormatter
-
G
- getCurrentDateStr(String) - 类 中的静态方法cn.aotcloud.smcrypto.util.LoggerFactory
-
获取当前时间
- getHexString(byte[]) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
根据字节数组获得值(十六进制数字)
- getLogger(Class<?>) - 类 中的静态方法cn.aotcloud.smcrypto.util.LoggerFactory
-
初始化全局Logger
- getLogger(String) - 类 中的静态方法cn.aotcloud.smcrypto.util.LoggerFactory
-
初始化全局Logger
H
- hexStringToAlgorithm(String) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
十六进制字符串装十进制
- hexStringToBinary(String) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
十六转二进制
- hexStringToBytes(String) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
Convert hex string to byte[]
- hexStringToString(String, int) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
十六进制转字符串
- hexToByte(String) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
十六进制串转化为byte数组
- hexToBytes(String) - 类 中的静态方法cn.aotcloud.smcrypto.util.ByteUtils
-
16进制串转为字节码
- hexToString(String) - 类 中的静态方法cn.aotcloud.smcrypto.util.ByteUtils
-
16进制串转为字符串
I
- INDEX_NOT_FOUND - 类 中的静态变量cn.aotcloud.smcrypto.util.StringUtils
-
- intToBytes(int) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
整形转换成网络传输的字节流(字节数组)型数据
- IOUtils - cn.aotcloud.smcrypto.util中的类
-
- IOUtils() - 类 的构造器cn.aotcloud.smcrypto.util.IOUtils
-
- isAnyBlank(CharSequence...) - 类 中的静态方法cn.aotcloud.smcrypto.util.StringUtils
-
- isAnyEmpty(CharSequence...) - 类 中的静态方法cn.aotcloud.smcrypto.util.StringUtils
-
- isBlank(CharSequence) - 类 中的静态方法cn.aotcloud.smcrypto.util.StringUtils
-
- isEmpty(CharSequence) - 类 中的静态方法cn.aotcloud.smcrypto.util.StringUtils
-
- isEmpty(CharSequence[]) - 类 中的静态方法cn.aotcloud.smcrypto.util.StringUtils
-
- isEmpty(char[]) - 类 中的静态方法cn.aotcloud.smcrypto.util.StringUtils
-
- isNoneBlank(CharSequence...) - 类 中的静态方法cn.aotcloud.smcrypto.util.StringUtils
-
- isNoneEmpty(CharSequence...) - 类 中的静态方法cn.aotcloud.smcrypto.util.StringUtils
-
- isNotBlank(CharSequence) - 类 中的静态方法cn.aotcloud.smcrypto.util.StringUtils
-
- isNotEmpty(CharSequence) - 类 中的静态方法cn.aotcloud.smcrypto.util.StringUtils
-
L
- length(CharSequence) - 类 中的静态方法cn.aotcloud.smcrypto.util.StringUtils
-
- LoggerFactory - cn.aotcloud.smcrypto.util中的类
-
JDK自带的Log的工具类
- LoggerFactory() - 类 的构造器cn.aotcloud.smcrypto.util.LoggerFactory
-
- LoggerMinFormatter - cn.aotcloud.smcrypto.util中的类
-
- LoggerMinFormatter() - 类 的构造器cn.aotcloud.smcrypto.util.LoggerMinFormatter
-
- longToBytes(long) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
长整形转换成网络传输的字节流(字节数组)型数据
P
- parseToInt(String, int, int) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
将一个字符串转换为int
- parseToInt(String, int) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
将一个十进制形式的数字字符串转换为int
- patchHexString(String, int) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
HEX字符串前补0,主要用于长度位数不足。
R
- readLines(InputStream) - 类 中的静态方法cn.aotcloud.smcrypto.util.IOUtils
-
- readLines(InputStream, String) - 类 中的静态方法cn.aotcloud.smcrypto.util.IOUtils
-
- readLines(Reader) - 类 中的静态方法cn.aotcloud.smcrypto.util.IOUtils
-
S
- SPACE - 类 中的静态变量cn.aotcloud.smcrypto.util.StringUtils
-
- StringToAsciiString(String) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
数字字符串转ASCII码字符串
- stringToBytes(String) - 类 中的静态方法cn.aotcloud.smcrypto.util.ByteUtils
-
字符串转为字节码转
- stringToHex(String) - 类 中的静态方法cn.aotcloud.smcrypto.util.ByteUtils
-
字符串转为16进制串
- StringUtils - cn.aotcloud.smcrypto.util中的类
-
- StringUtils() - 类 的构造器cn.aotcloud.smcrypto.util.StringUtils
-
- subByte(byte[], int, int) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
T
- toBufferedReader(Reader) - 类 中的静态方法cn.aotcloud.smcrypto.util.IOUtils
-
- toDigit(char, int) - 类 中的静态方法cn.aotcloud.smcrypto.util.CommonUtils
-
将十六进制字符转换成一个整数
- trim(String) - 类 中的静态方法cn.aotcloud.smcrypto.util.StringUtils
-
- trimToEmpty(String) - 类 中的静态方法cn.aotcloud.smcrypto.util.StringUtils
-
- trimToNull(String) - 类 中的静态方法cn.aotcloud.smcrypto.util.StringUtils
-
A B C D E F G H I L P R S T
Copyright © 2023. All rights reserved.