跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

addCache(String, T) - 接口 中的方法cn.aotcloud.cache.CacheStorage
 
addCache(String, T) - 类 中的方法cn.aotcloud.cache.MemoryCacheStorage
 
addCache(String, T) - 类 中的方法cn.aotcloud.cache.NoneCacheStorage
 
addCache(String, T) - 类 中的方法cn.aotcloud.cache.RedisCacheStorage
 
addHeader(HttpServletResponse, String, String) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
addHeader(HttpRequest, String, String) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
addHttpCookieValue(HttpServletResponse, Cookie) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
addHttpHeaderValue(HttpServletResponse, String, String) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
AesException - cn.aotcloud.wx.utils中的异常错误
 
AgentResult - cn.aotcloud.entity中的类
 
AgentResult() - 类 的构造器cn.aotcloud.entity.AgentResult
 
Application - cn.aotcloud.entity中的类
 
Application() - 类 的构造器cn.aotcloud.entity.Application
 
AppQueryParam - cn.aotcloud.entity中的类
 
AppQueryParam() - 类 的构造器cn.aotcloud.entity.AppQueryParam
 
args - 类 中的静态变量cn.aotcloud.utils.RestartSpringboot
 
asciiQueryChars - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
Attempt<V> - cn.aotcloud.retry中的接口
An attempt of a call, which resulted either in a result returned by the call, or in a Throwable thrown by the call.
AttemptTimeLimiter<V> - cn.aotcloud.retry中的接口
A rule to wrap any single attempt in a time limit, where it will possibly be interrupted if the limit is exceeded.
AttemptTimeLimiters - cn.aotcloud.retry中的类
Factory class for instances of AttemptTimeLimiter
ATTR_TARGET_HOST - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
ATTR_TARGET_URI - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 

B

BaseException - cn.aotcloud.exception中的异常错误
 
BaseException() - 异常错误 的构造器cn.aotcloud.exception.BaseException
 
BaseException(ErrorCode) - 异常错误 的构造器cn.aotcloud.exception.BaseException
 
BaseException(Throwable, ErrorCode) - 异常错误 的构造器cn.aotcloud.exception.BaseException
 
BaseException(String) - 异常错误 的构造器cn.aotcloud.exception.BaseException
 
BaseException(String, Throwable) - 异常错误 的构造器cn.aotcloud.exception.BaseException
 
BaseException(String, Throwable, String) - 异常错误 的构造器cn.aotcloud.exception.BaseException
 
BaseException(String, String) - 异常错误 的构造器cn.aotcloud.exception.BaseException
 
BaseException(Throwable) - 异常错误 的构造器cn.aotcloud.exception.BaseException
 
BaseException(Throwable, String) - 异常错误 的构造器cn.aotcloud.exception.BaseException
 
BaseProxyServlet - cn.aotcloud.proxy中的类
 
BaseProxyServlet() - 类 的构造器cn.aotcloud.proxy.BaseProxyServlet
 
BCryptAuthkey() - 类 的构造器cn.aotcloud.crypto.EncryptionProperties.BCryptAuthkey
 
BCryptPcodeEncoder - cn.aotcloud.crypto.pcode中的类
 
BCryptPcodeEncoder() - 类 的构造器cn.aotcloud.crypto.pcode.BCryptPcodeEncoder
 
BCryptPcodeEncoder(int) - 类 的构造器cn.aotcloud.crypto.pcode.BCryptPcodeEncoder
 
BCryptPcodeEncoder(int, SecureRandom) - 类 的构造器cn.aotcloud.crypto.pcode.BCryptPcodeEncoder
 
BeanCopyUtil - cn.aotcloud.utils中的类
 
BeanCopyUtil() - 类 的构造器cn.aotcloud.utils.BeanCopyUtil
 
beforeQuery(Executor, MappedStatement, Object, RowBounds, ResultHandler, BoundSql) - 类 中的方法cn.aotcloud.mybatis.plus.SqlLogInterceptor
 
beforeUpdate(Executor, MappedStatement, Object) - 类 中的方法cn.aotcloud.mybatis.plus.SqlLogInterceptor
 
block(long) - 接口 中的方法cn.aotcloud.retry.BlockStrategy
Attempt to block for the designated amount of time.
BlockStrategies - cn.aotcloud.retry中的类
Factory class for BlockStrategy instances.
BlockStrategy - cn.aotcloud.retry中的接口
This is a strategy used to decide how a retryer should block between retry attempts.
BodyReaderHttpServletRequestWrapper - cn.aotcloud.openapi.filter中的类
 
BodyReaderHttpServletRequestWrapper(HttpServletRequest) - 类 的构造器cn.aotcloud.openapi.filter.BodyReaderHttpServletRequestWrapper
 
build() - 类 中的方法cn.aotcloud.retry.RetryerBuilder
Builds the retryer.
buildHttpClient(HttpClientBuilder) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
buildProxyCookiePath(HttpServletRequest) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
buildRequestConfig() - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
buildSocketConfig() - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
buildSqlSessionFactory() - 类 中的方法cn.aotcloud.mybatis.MyBatisPlusSqlSessionFactoryBean
 
buildSqlSessionFactory() - 类 中的方法cn.aotcloud.mybatis.MyBatisSqlSessionFactoryBean
 

C

C3P0Properties - cn.aotcloud.prop中的类
 
C3P0Properties() - 类 的构造器cn.aotcloud.prop.C3P0Properties
 
CacheStorage<T> - cn.aotcloud.cache中的接口
 
call(Callable<V>) - 接口 中的方法cn.aotcloud.retry.AttemptTimeLimiter
 
call(Callable<V>) - 类 中的方法cn.aotcloud.retry.Retryer
Executes the given callable.
call() - 类 中的方法cn.aotcloud.retry.Retryer.RetryerCallable
Makes the enclosing retryer call the wrapped callable.
callUninterruptiblyWithTimeout(Callable<T>, long, TimeUnit) - 类 中的方法cn.aotcloud.retry.SimpleTimeLimiter
 
callUninterruptiblyWithTimeout(Callable<T>, long, TimeUnit) - 接口 中的方法cn.aotcloud.retry.TimeLimiter
Invokes a specified Callable, timing out after the specified time limit.
callWithTimeout(Callable<T>, long, TimeUnit, boolean) - 类 中的方法cn.aotcloud.retry.SimpleTimeLimiter
已过时。
callWithTimeout(Callable<T>, long, TimeUnit) - 类 中的方法cn.aotcloud.retry.SimpleTimeLimiter
 
callWithTimeout(Callable<T>, long, TimeUnit, boolean) - 接口 中的方法cn.aotcloud.retry.TimeLimiter
已过时。
Use one of the other call[Uninterruptibly]WithTimeout() or run[Uninterruptibly]WithTimeout() methods. This method is scheduled to be removed in Guava 23.0.
callWithTimeout(Callable<T>, long, TimeUnit) - 接口 中的方法cn.aotcloud.retry.TimeLimiter
Invokes a specified Callable, timing out after the specified time limit.
canExecute(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
canExecute(File) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
canRead(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
canRead(File) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
canWrite(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
canWrite(File) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
captureName(String) - 类 中的静态方法cn.aotcloud.utils.PinYinUtil
将字符串的首字母转大写
CharacterEscapeInterceptor - cn.aotcloud.mybatis.plus中的类
自定义拦截器方法,处理模糊查询中包含特殊字符(_、%、\)
CharacterEscapeInterceptor() - 类 的构造器cn.aotcloud.mybatis.plus.CharacterEscapeInterceptor
 
checkClientTrusted(X509Certificate[], String) - 类 中的方法cn.aotcloud.utils.HttpTrustUtil.HttpTrustManager
 
checkServerTrusted(X509Certificate[], String) - 类 中的方法cn.aotcloud.utils.HttpTrustUtil.HttpTrustManager
 
closeConnectionsScheduled(PoolingHttpClientConnectionManager) - 类 中的方法cn.aotcloud.utils.RestTemplateUtil
 
closeQuietly(Closeable) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
cn.aotcloud.cache - 程序包 cn.aotcloud.cache
 
cn.aotcloud.constants - 程序包 cn.aotcloud.constants
 
cn.aotcloud.crypto - 程序包 cn.aotcloud.crypto
 
cn.aotcloud.crypto.pcode - 程序包 cn.aotcloud.crypto.pcode
 
cn.aotcloud.crypto.rsa - 程序包 cn.aotcloud.crypto.rsa
 
cn.aotcloud.crypto.sm - 程序包 cn.aotcloud.crypto.sm
 
cn.aotcloud.crypto.sm.delegate - 程序包 cn.aotcloud.crypto.sm.delegate
 
cn.aotcloud.crypto.sm.jni - 程序包 cn.aotcloud.crypto.sm.jni
 
cn.aotcloud.entity - 程序包 cn.aotcloud.entity
 
cn.aotcloud.exception - 程序包 cn.aotcloud.exception
 
cn.aotcloud.logger - 程序包 cn.aotcloud.logger
 
cn.aotcloud.mapper - 程序包 cn.aotcloud.mapper
 
cn.aotcloud.mybatis - 程序包 cn.aotcloud.mybatis
 
cn.aotcloud.mybatis.plus - 程序包 cn.aotcloud.mybatis.plus
 
cn.aotcloud.openapi.filter - 程序包 cn.aotcloud.openapi.filter
 
cn.aotcloud.prop - 程序包 cn.aotcloud.prop
 
cn.aotcloud.proxy - 程序包 cn.aotcloud.proxy
 
cn.aotcloud.redis - 程序包 cn.aotcloud.redis
 
cn.aotcloud.retry - 程序包 cn.aotcloud.retry
 
cn.aotcloud.utils - 程序包 cn.aotcloud.utils
 
cn.aotcloud.wx.utils - 程序包 cn.aotcloud.wx.utils
 
CODE_ATTR_NAME - 异常错误 中的静态变量cn.aotcloud.exception.BaseException
异常编码在响应对象中的KEY值。
CodecUtils - cn.aotcloud.utils中的类
 
CodecUtils() - 类 的构造器cn.aotcloud.utils.CodecUtils
 
CollectionSafeUtil - cn.aotcloud.utils中的类
 
CollectionSafeUtil() - 类 的构造器cn.aotcloud.utils.CollectionSafeUtil
 
compress(File, String) - 类 中的静态方法cn.aotcloud.utils.FileZipUtils
压缩
compressNoParentZip(File, ZipOutputStream, String) - 类 中的静态方法cn.aotcloud.utils.CompressUtil
 
compressToZip(String, String) - 类 中的静态方法cn.aotcloud.utils.CompressUtil
压缩为zip格式,支持文件、文件夹的压缩
compressToZip(File, String) - 类 中的静态方法cn.aotcloud.utils.CompressUtil
压缩为zip格式,支持文件、文件夹的压缩
CompressUtil - cn.aotcloud.utils中的类
压缩工具类
CompressUtil() - 类 的构造器cn.aotcloud.utils.CompressUtil
 
ComputeSignatureError - 异常错误 中的静态变量cn.aotcloud.wx.utils.AesException
 
computeSleepTime(Attempt) - 接口 中的方法cn.aotcloud.retry.WaitStrategy
Returns the time, in milliseconds, to sleep before retrying.
CONFIG_ERROR - 类 中的静态变量cn.aotcloud.exception.ErrorCode
 
connectionRequestTimeout - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
connectTimeout - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
containsSqlScriptDelimiters(String, String) - 类 中的静态方法cn.aotcloud.utils.ScriptUtils
已过时。
as of Spring Framework 5.2.16 with no plans for replacement. This is an internal API and will likely be removed in Spring Framework 6.0.
context - 类 中的静态变量cn.aotcloud.utils.RestartSpringboot
 
copy(String, String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
copy(InputStream, String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
copyInputStream() - 类 中的方法cn.aotcloud.openapi.filter.BodyReaderHttpServletRequestWrapper
备份流
copyProperties(Object, Object) - 类 中的静态方法cn.aotcloud.utils.BeanCopyUtil
 
copyProxyCookie(HttpServletRequest, HttpServletResponse, String) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
copyRequestHeader(HttpServletRequest, HttpRequest, String) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
copyRequestHeaders(HttpServletRequest, HttpRequest) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
copyResponseEntity(HttpResponse, HttpServletResponse, HttpRequest, HttpServletRequest) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
copyResponseHeader(HttpServletRequest, HttpServletResponse, Header) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
copyResponseHeaders(HttpResponse, HttpServletRequest, HttpServletResponse) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
create(String) - 类 中的方法cn.aotcloud.crypto.EncryptorFactory
 
create(ExecutorService) - 类 中的静态方法cn.aotcloud.retry.SimpleTimeLimiter
Creates a TimeLimiter instance using the given executor service to execute method calls.
createDir(File) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
createHttpClient() - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
createHttpInputMessage(HttpHeaders, String) - 类 中的静态方法cn.aotcloud.utils.CodecUtils
 
createNativeSm2Util() - 类 中的方法cn.aotcloud.crypto.sm.jni.SM2NativeTextEncryptor
 
createPcodeEncoder() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
createProxyCookie(HttpServletRequest, HttpCookie) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
createSM2TextEncryptor(String, String, SMImplMode) - 类 中的静态方法cn.aotcloud.crypto.sm.delegate.SMCryptoFactory
 
createSM2TextEncryptor(EncryptionProperties, SMImplMode) - 类 中的静态方法cn.aotcloud.crypto.sm.delegate.SMCryptoFactory
 
createSM2ToSM3TextEncryptor(EncryptionProperties, SMImplMode) - 类 中的静态方法cn.aotcloud.crypto.sm.delegate.SMCryptoFactory
 
createSM2ToSM3TextEncryptor(EncryptionProperties, boolean, SMImplMode) - 类 中的静态方法cn.aotcloud.crypto.sm.delegate.SMCryptoFactory
 
createSM2ToSM3TextEncryptor(String, String, SMImplMode) - 类 中的静态方法cn.aotcloud.crypto.sm.delegate.SMCryptoFactory
 
createSM2ToSM3TextEncryptor(String, String, boolean, SMImplMode) - 类 中的静态方法cn.aotcloud.crypto.sm.delegate.SMCryptoFactory
 
createSm2Util() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
已过时。
createSm2Util() - 类 中的方法cn.aotcloud.crypto.sm.SM2TextEncryptor
 
createSM3PcodeEncoder(SMImplMode) - 类 中的静态方法cn.aotcloud.crypto.sm.delegate.SMCryptoFactory
 
createSM3TextEncryptor(SMImplMode) - 类 中的静态方法cn.aotcloud.crypto.sm.delegate.SMCryptoFactory
 
createSM4TextEncryptor(EncryptionProperties) - 类 中的静态方法cn.aotcloud.crypto.sm.delegate.SMCryptoFactory
 
createSM4TextEncryptor(String, String, String, SMImplMode) - 类 中的静态方法cn.aotcloud.crypto.sm.delegate.SMCryptoFactory
 
createSM4TextEncryptor(String, SMImplMode) - 类 中的静态方法cn.aotcloud.crypto.sm.delegate.SMCryptoFactory
 
createTarget(HttpServletRequest) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
createTextEncryptor(EncryptionProperties) - 类 中的静态方法cn.aotcloud.crypto.sm.delegate.SMCryptoFactory
 
createX509TrustManager() - 类 中的静态方法cn.aotcloud.utils.HttpTrustUtil
 
cryptoeEtityContent(HttpServletResponse, HttpServletRequest, InputStream, long) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 

D

DATA_ACCESS_ERROR - 类 中的静态变量cn.aotcloud.exception.ErrorCode
 
DATA_DESTORY - 类 中的静态变量cn.aotcloud.exception.ErrorCode
 
DateAutoFillHandler - cn.aotcloud.mybatis.plus中的类
 
DateAutoFillHandler() - 类 的构造器cn.aotcloud.mybatis.plus.DateAutoFillHandler
 
DbAdminMapper - cn.aotcloud.mapper中的接口
 
debug(String) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
debug(String, Object...) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
decodeScopes(String) - 类 中的静态方法cn.aotcloud.utils.OAuthSafeUtil
 
decrypt(String) - 类 中的方法cn.aotcloud.crypto.sm.jni.SM2NativeTextEncryptor
 
decrypt(String) - 类 中的方法cn.aotcloud.crypto.sm.jni.SM3NativeTextEncryptor
 
decrypt(String) - 类 中的方法cn.aotcloud.crypto.sm.jni.SM4NativeTextEncryptor
 
decrypt(String) - 类 中的方法cn.aotcloud.crypto.sm.SM2TextEncryptor
 
decrypt(String) - 类 中的方法cn.aotcloud.crypto.sm.SM2ToSM3TextEncryptor
 
decrypt(String) - 类 中的方法cn.aotcloud.crypto.sm.SM3TextEncryptor
 
decrypt(String) - 类 中的方法cn.aotcloud.crypto.sm.SM4TextEncryptor
 
DECRYPT_ERROR_CODE - 异常错误 中的静态变量cn.aotcloud.crypto.EncryptException
 
DecryptAESError - 异常错误 中的静态变量cn.aotcloud.wx.utils.AesException
 
DecryptMsg(String, String, String, String) - 类 中的方法cn.aotcloud.wx.utils.WXBizMsgCrypt
检验消息的真实性,并且获取解密后的明文.
decryptWithSM2(String) - 类 中的方法cn.aotcloud.crypto.sm.jni.SM2ToSM3NativeTextEncryptor
 
decryptWithSM2(String) - 类 中的方法cn.aotcloud.crypto.sm.SM2ToSM3TextEncryptor
SM2算法解密
DEFAULT_BLOCK_COMMENT_END_DELIMITER - 类 中的静态变量cn.aotcloud.utils.ScriptUtils
Default end delimiter for block comments within SQL scripts: "*/".
DEFAULT_BLOCK_COMMENT_START_DELIMITER - 类 中的静态变量cn.aotcloud.utils.ScriptUtils
Default start delimiter for block comments within SQL scripts: "/*".
DEFAULT_CODE - 异常错误 中的静态变量cn.aotcloud.exception.BaseException
默认的异常编码
DEFAULT_COMMENT_PREFIX - 类 中的静态变量cn.aotcloud.utils.ScriptUtils
Default prefix for single-line comments within SQL scripts: "--".
DEFAULT_COMMENT_PREFIXES - 类 中的静态变量cn.aotcloud.utils.ScriptUtils
Default prefixes for single-line comments within SQL scripts: ["--"].
DEFAULT_STATEMENT_SEPARATOR - 类 中的静态变量cn.aotcloud.utils.ScriptUtils
Default statement separator within SQL scripts: ";".
DefaultRandomStringGenerator - cn.aotcloud.crypto中的类
Implementation of the RandomStringGenerator that allows you to define the length of the random part.
DefaultRandomStringGenerator() - 类 的构造器cn.aotcloud.crypto.DefaultRandomStringGenerator
 
DefaultRandomStringGenerator(int) - 类 的构造器cn.aotcloud.crypto.DefaultRandomStringGenerator
 
delete(String) - 接口 中的方法cn.aotcloud.mapper.DbAdminMapper
 
deleteCache(String) - 接口 中的方法cn.aotcloud.cache.CacheStorage
 
deleteCache(String) - 类 中的方法cn.aotcloud.cache.MemoryCacheStorage
 
deleteCache(String) - 类 中的方法cn.aotcloud.cache.NoneCacheStorage
 
deleteCache(String) - 类 中的方法cn.aotcloud.cache.RedisCacheStorage
 
destroy() - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
doExecute(HttpServletRequest, HttpServletResponse, HttpRequest) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
doForwardIP - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
doHandleCompression - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
doHandleRedirects - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
doLog - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
doPreserveCookies - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
doPreserveHost - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
doSendUrlFragment - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
downloadFileRanges(HttpServletRequest, HttpServletResponse, Long, String, String, InputStream) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
支持断点续传的驱动下载

E

encode(CharSequence) - 类 中的方法cn.aotcloud.crypto.pcode.PcodeEncoderWrapper
 
encode(CharSequence) - 类 中的方法cn.aotcloud.crypto.sm.jni.SM3NativePcodeEncoder
 
encode(CharSequence) - 类 中的方法cn.aotcloud.crypto.sm.SM3PcodeEncoder
 
EncoderType() - 类 的构造器cn.aotcloud.crypto.EncryptionProperties.EncoderType
 
encodeScopes(Set<String>) - 类 中的静态方法cn.aotcloud.utils.OAuthSafeUtil
 
encodeUriQuery(CharSequence, boolean) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
encrypt(String) - 类 中的方法cn.aotcloud.crypto.sm.jni.SM2NativeTextEncryptor
 
encrypt(String) - 类 中的方法cn.aotcloud.crypto.sm.jni.SM2ToSM3NativeTextEncryptor
 
encrypt(String) - 类 中的方法cn.aotcloud.crypto.sm.jni.SM3NativeTextEncryptor
 
encrypt(String) - 类 中的方法cn.aotcloud.crypto.sm.jni.SM4NativeTextEncryptor
 
encrypt(String) - 类 中的方法cn.aotcloud.crypto.sm.SM2TextEncryptor
 
encrypt(String) - 类 中的方法cn.aotcloud.crypto.sm.SM2ToSM3TextEncryptor
 
encrypt(String) - 类 中的方法cn.aotcloud.crypto.sm.SM3TextEncryptor
 
encrypt(String) - 类 中的方法cn.aotcloud.crypto.sm.SM4TextEncryptor
 
ENCRYPT_ERROR_CODE - 异常错误 中的静态变量cn.aotcloud.crypto.EncryptException
 
EncryptAESError - 异常错误 中的静态变量cn.aotcloud.wx.utils.AesException
 
EncryptException - cn.aotcloud.crypto中的异常错误
加密解密异常
EncryptException() - 异常错误 的构造器cn.aotcloud.crypto.EncryptException
 
EncryptException(ErrorCode) - 异常错误 的构造器cn.aotcloud.crypto.EncryptException
 
EncryptException(String, String) - 异常错误 的构造器cn.aotcloud.crypto.EncryptException
 
EncryptException(String, Throwable, String) - 异常错误 的构造器cn.aotcloud.crypto.EncryptException
 
EncryptException(String, Throwable) - 异常错误 的构造器cn.aotcloud.crypto.EncryptException
 
EncryptException(String) - 异常错误 的构造器cn.aotcloud.crypto.EncryptException
 
EncryptException(Throwable, ErrorCode) - 异常错误 的构造器cn.aotcloud.crypto.EncryptException
 
EncryptException(Throwable, String) - 异常错误 的构造器cn.aotcloud.crypto.EncryptException
 
EncryptException(Throwable) - 异常错误 的构造器cn.aotcloud.crypto.EncryptException
 
encryptInternal(String) - 类 中的方法cn.aotcloud.crypto.sm.SM2ToSM3TextEncryptor
 
EncryptionProperties - cn.aotcloud.crypto中的类
 
EncryptionProperties() - 类 的构造器cn.aotcloud.crypto.EncryptionProperties
 
EncryptionProperties.BCryptAuthkey - cn.aotcloud.crypto中的类
 
EncryptionProperties.EncoderType - cn.aotcloud.crypto中的类
 
EncryptionProperties.KeyStore - cn.aotcloud.crypto中的类
 
EncryptionProperties.Pbkdf2Authkey - cn.aotcloud.crypto中的类
 
EncryptionProperties.Rsa - cn.aotcloud.crypto中的类
 
EncryptionProperties.SCryptAuthkey - cn.aotcloud.crypto中的类
 
EncryptionProperties.Sm2Key - cn.aotcloud.crypto中的类
 
EncryptionProperties.StandardAuthkey - cn.aotcloud.crypto中的类
 
EncryptMsg(String, String, String) - 类 中的方法cn.aotcloud.wx.utils.WXBizMsgCrypt
将企业微信回复用户的消息加密打包.
EncryptorFactory - cn.aotcloud.crypto中的类
 
EncryptorFactory() - 类 的构造器cn.aotcloud.crypto.EncryptorFactory
 
EncryptorFactory(String) - 类 的构造器cn.aotcloud.crypto.EncryptorFactory
 
EOF_STATEMENT_SEPARATOR - 类 中的静态变量cn.aotcloud.utils.ScriptUtils
End of file (EOF) SQL statement separator: "^^^ END OF SCRIPT ^^^".
errCode() - 枚举 中的方法cn.aotcloud.entity.WeiXinResult.WexinErrorCode
 
errMsg() - 枚举 中的方法cn.aotcloud.entity.WeiXinResult.WexinErrorCode
 
error(String) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
error(String, Object...) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
error(Throwable) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
error(String, Throwable) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
ErrorCode - cn.aotcloud.exception中的类
 
ErrorCode(String, String) - 类 的构造器cn.aotcloud.exception.ErrorCode
 
escapeChar(String) - 类 中的静态方法cn.aotcloud.mybatis.plus.CharacterEscapeInterceptor
 
ExceptionUtil - cn.aotcloud.exception中的类
 
ExceptionUtil() - 类 的构造器cn.aotcloud.exception.ExceptionUtil
 
exceptionWait(Class<T>, Function<T, Long>) - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
Returns a strategy which sleeps for an amount of time based on the Exception that occurred.
executeBase(String, Map<String, String>, String, Map<String, String>, String) - 类 中的方法cn.aotcloud.utils.URLConnectionClient
 
executeSqlScript(Connection, Resource) - 类 中的静态方法cn.aotcloud.utils.ScriptUtils
Execute the given SQL script using default settings for statement separators, comment delimiters, and exception handling flags.
executeSqlScript(Connection, EncodedResource) - 类 中的静态方法cn.aotcloud.utils.ScriptUtils
Execute the given SQL script using default settings for statement separators, comment delimiters, and exception handling flags.
executeSqlScript(Connection, EncodedResource, boolean, boolean, String, String, String, String) - 类 中的静态方法cn.aotcloud.utils.ScriptUtils
Execute the given SQL script.
executeSqlScript(Connection, EncodedResource, boolean, boolean, String[], String, String, String) - 类 中的静态方法cn.aotcloud.utils.ScriptUtils
Execute the given SQL script.
exists(File) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
exists(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
exponentialWait() - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
Returns a strategy which sleeps for an exponential amount of time after the first failed attempt, and in exponentially incrementing amounts after each failed attempt up to Long.MAX_VALUE.
exponentialWait(long, TimeUnit) - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
Returns a strategy which sleeps for an exponential amount of time after the first failed attempt, and in exponentially incrementing amounts after each failed attempt up to the maximumTime.
exponentialWait(long, long, TimeUnit) - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
Returns a strategy which sleeps for an exponential amount of time after the first failed attempt, and in exponentially incrementing amounts after each failed attempt up to the maximumTime.
extract(String) - 类 中的静态方法cn.aotcloud.wx.utils.XMLParse
提取出xml数据包中的加密消息

F

FALLBACK_STATEMENT_SEPARATOR - 类 中的静态变量cn.aotcloud.utils.ScriptUtils
Fallback statement separator within SQL scripts: "\n".
fibonacciWait() - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
Returns a strategy which sleeps for an increasing amount of time after the first failed attempt, and in Fibonacci increments after each failed attempt up to Long.MAX_VALUE.
fibonacciWait(long, TimeUnit) - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
Returns a strategy which sleeps for an increasing amount of time after the first failed attempt, and in Fibonacci increments after each failed attempt up to the maximumTime.
fibonacciWait(long, long, TimeUnit) - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
Returns a strategy which sleeps for an increasing amount of time after the first failed attempt, and in Fibonacci increments after each failed attempt up to the maximumTime.
FieldUtils - cn.aotcloud.utils中的类
 
FieldUtils() - 类 的构造器cn.aotcloud.utils.FieldUtils
 
FileUtil - cn.aotcloud.utils中的类
 
FileUtil() - 类 的构造器cn.aotcloud.utils.FileUtil
 
FileZipUtils - cn.aotcloud.utils中的类
 
FileZipUtils() - 类 的构造器cn.aotcloud.utils.FileZipUtils
 
fixedTimeLimit(long, TimeUnit) - 类 中的静态方法cn.aotcloud.retry.AttemptTimeLimiters
For control over thread management, it is preferable to offer an ExecutorService through the other factory method, AttemptTimeLimiters.fixedTimeLimit(long, TimeUnit, ExecutorService).
fixedTimeLimit(long, TimeUnit, ExecutorService) - 类 中的静态方法cn.aotcloud.retry.AttemptTimeLimiters
 
fixedWait(long, TimeUnit) - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
Returns a wait strategy that sleeps a fixed amount of time before retrying.
flashBackCheck(String) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 

G

generate(String, String, String, String) - 类 中的静态方法cn.aotcloud.wx.utils.XMLParse
生成xml消息
get() - 接口 中的方法cn.aotcloud.retry.Attempt
Returns the result of the attempt, if any.
get(String) - 类 中的静态方法cn.aotcloud.utils.HttpUtil
 
get(String, String, String) - 类 中的静态方法cn.aotcloud.utils.HttpUtil
 
getAbsolutePath(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
getAcceptedIssuers() - 类 中的方法cn.aotcloud.utils.HttpTrustUtil.HttpTrustManager
 
getAccessKeyId() - 类 中的方法cn.aotcloud.entity.TenantUserSecret
 
getAccessKeySecret() - 类 中的方法cn.aotcloud.entity.TenantUserSecret
 
getAcquireIncrement() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getAcquireRetryAttempts() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getAcquireRetryDelay() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getAdmins() - 类 中的方法cn.aotcloud.entity.Application
 
getAdmins() - 类 中的方法cn.aotcloud.entity.AppQueryParam
 
getAgentSecret() - 类 中的方法cn.aotcloud.entity.Application
 
getAgentSecret() - 类 中的方法cn.aotcloud.entity.AppQueryParam
 
getAgentSt() - 类 中的方法cn.aotcloud.entity.Application
 
getAlgorithm() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.Rsa
 
getAlgorithm() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.StandardAuthkey
 
getAlias() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.KeyStore
Secret protecting the key (defaults to the same as the authkey).
getAttemptNumber() - 接口 中的方法cn.aotcloud.retry.Attempt
The number, starting from 1, of this attempt.
getAttribute(HttpServletRequest, String) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getAutomaticTestTable() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getBcrypt() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.EncoderType
 
getBodyString() - 类 中的方法cn.aotcloud.openapi.filter.BodyReaderHttpServletRequestWrapper
 
getBodyString(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
获取请求体字符
getBodyString(BodyReaderHttpServletRequestWrapper) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getCache(String) - 接口 中的方法cn.aotcloud.cache.CacheStorage
 
getCache(String) - 类 中的方法cn.aotcloud.cache.MemoryCacheStorage
 
getCache(String) - 类 中的方法cn.aotcloud.cache.NoneCacheStorage
 
getCache(String) - 类 中的方法cn.aotcloud.cache.RedisCacheStorage
 
getCharacterEncoding(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getCheckoutTimeout() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getCode() - 异常错误 中的方法cn.aotcloud.exception.BaseException
 
getCode() - 类 中的方法cn.aotcloud.exception.ErrorCode
 
getCode() - 异常错误 中的方法cn.aotcloud.wx.utils.AesException
 
getConfigParam(String) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
getConnectionCustomizerClassName() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getConnectionTesterClassName() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getConnManager() - 类 中的方法cn.aotcloud.utils.RestTemplateUtil
 
getContentType(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
getContentType(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getContextClassLoaderSource() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getCookieNamePrefix(String) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
getCookieValue(HttpServletRequest, String) - 类 中的静态方法cn.aotcloud.utils.OAuthSafeUtil
 
getCpuCost() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.SCryptAuthkey
 
getDataSourceName() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getDebugEnabled() - 类 中的静态方法cn.aotcloud.mybatis.SqlExecuteTimeCountInterceptor
 
getDelaySinceFirstAttempt() - 接口 中的方法cn.aotcloud.retry.Attempt
The delay since the start of the first attempt, in milliseconds.
getDriverClass() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getDz() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getDz() - 类 中的方法cn.aotcloud.prop.HikariProperties
 
getDz() - 类 中的方法cn.aotcloud.prop.RedisSafeProperties
 
getEnabled() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
getEncoderType() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
getErrcode() - 类 中的方法cn.aotcloud.entity.WeiXinResult
 
getErrmsg() - 类 中的方法cn.aotcloud.entity.WeiXinResult
 
getExceptionCause() - 接口 中的方法cn.aotcloud.retry.Attempt
Gets the exception thrown by the call
getExceptionInfo(Exception) - 类 中的静态方法cn.aotcloud.exception.ExceptionUtil
 
getExponent() - 类 中的方法cn.aotcloud.crypto.rsa.RsaPublicCode
 
getExtensions() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getFactoryClassLocation() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getFilenameFromPath(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
getFirstPinYin(String) - 类 中的静态方法cn.aotcloud.utils.PinYinUtil
获取中文的拼音首字母
getFirstUpPinYin(String) - 类 中的静态方法cn.aotcloud.utils.PinYinUtil
获取中文的大写拼音首字母
getHashWidth() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.Pbkdf2Authkey
 
getHeader(HttpServletRequest, String) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getHeaderMap(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
getHeaderMap(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getHeaderNames(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getHeaders(HttpServletRequest, String) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getHeaderValue(HttpServletRequest, String, String) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
getHeaderValue(HttpServletRequest, String) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
getHostIp() - 类 中的静态方法cn.aotcloud.utils.IpUtils
获取IP地址
getHostName() - 类 中的静态方法cn.aotcloud.utils.IpUtils
获取主机名
getHttpClientBuilder() - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
getHttpServletRequestFromThreadLocal() - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
getIdleConnectionTestPeriod() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getInitialPoolSize() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getInputStream() - 类 中的方法cn.aotcloud.openapi.filter.BodyReaderHttpServletRequestWrapper
 
getInstance() - 类 中的静态方法cn.aotcloud.crypto.sm.SM3PcodeEncoder
 
getInstance() - 类 中的静态方法cn.aotcloud.crypto.sm.SM3TextEncryptor
 
getIP(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getIPAddress(HttpServletRequest, boolean) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
getIscInterfaceSignKey() - 类 中的方法cn.aotcloud.entity.AgentResult
 
getIscInterfaceSignPubKey() - 类 中的方法cn.aotcloud.entity.AgentResult
 
getIscSecret() - 类 中的方法cn.aotcloud.entity.AgentResult
 
getIterations() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.Pbkdf2Authkey
 
getJdbcUrl() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getKey() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
getKeyLength() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.SCryptAuthkey
 
getKeyStore() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
getLastFailedAttempt() - 异常错误 中的方法cn.aotcloud.retry.RetryException
Returns the last failed attempt
getLocation() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.KeyStore
 
getMapKeyComparator() - 类 中的方法cn.aotcloud.utils.MapSortUtil
 
getMaxAdministrativeTaskTime() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getMaxConnectionAge() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getMaxIdleTime() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getMaxIdleTimeExcessConnections() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getMaxLength() - 类 中的方法cn.aotcloud.crypto.DefaultRandomStringGenerator
 
getMaxPoolSize() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getMaxStatements() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getMaxStatementsPerConnection() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getMd5HexString(InputStream) - 类 中的静态方法cn.aotcloud.utils.CodecUtils
 
getMemoryCost() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.SCryptAuthkey
 
getMessage() - 类 中的方法cn.aotcloud.exception.ErrorCode
 
getMessage(Throwable) - 类 中的静态方法cn.aotcloud.exception.ExceptionUtil
 
getMethodList(Class<?>, TableInfo) - 类 中的方法cn.aotcloud.mybatis.plus.InsertBatchSqlInjector
 
getMinLength() - 类 中的方法cn.aotcloud.crypto.DefaultRandomStringGenerator
 
getMinPoolSize() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getModulus() - 类 中的方法cn.aotcloud.crypto.rsa.RsaPublicCode
 
getMultistageReverseProxyIp(String) - 类 中的静态方法cn.aotcloud.utils.IpUtils
从多级反向代理中获得第一个非unknown IP地址
getName(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
getNativeSm2Utils() - 类 中的方法cn.aotcloud.crypto.sm.jni.SM2NativeTextEncryptor
 
getNewString() - 类 中的方法cn.aotcloud.crypto.DefaultRandomStringGenerator
 
getNewStringAsBytes() - 类 中的方法cn.aotcloud.crypto.DefaultRandomStringGenerator
 
getNumberOfFailedAttempts() - 异常错误 中的方法cn.aotcloud.retry.RetryException
Returns the number of failed attempts
getNumHelperThreads() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getOverrideDefaultPassword() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getOverrideDefaultUser() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getParallelization() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.SCryptAuthkey
 
getParameter(HttpServletRequest, String) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getParameterMap(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
getParameterNames(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getParameterValue(HttpServletRequest, String) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
getParameterValue(HttpServletRequest, String, String) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
getParameterValues(HttpServletRequest, String) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getParent(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
getPassword() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getPassword() - 类 中的方法cn.aotcloud.prop.HikariProperties
 
getPassword(RedisSafeProperties, RedisProperties) - 类 中的方法cn.aotcloud.redis.RedisConfig
 
getPath(String, String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
getPbkdf2() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.EncoderType
 
getPcodeEncoder() - 类 中的方法cn.aotcloud.crypto.pcode.PcodeEncoderWrapper
 
getPinYin(String) - 类 中的静态方法cn.aotcloud.utils.PinYinUtil
将字符串转成拼音
getPlatforms() - 类 中的方法cn.aotcloud.entity.Platforms
 
getPreferredTestQuery() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getPrintWriter(HttpServletResponse) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getPropertyCycle() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getProxyClient() - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
getProxyCookieName(HttpCookie) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
getPrvKeyHex() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.Sm2Key
 
getPrvKeyHex() - 类 中的方法cn.aotcloud.crypto.sm.SM2TextEncryptor
 
getPrvKeyHexPrefix() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.Sm2Key
 
getPubKeyHex() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.Sm2Key
 
getPubKeyHex() - 类 中的方法cn.aotcloud.crypto.sm.SM2TextEncryptor
 
getPw() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getPw() - 类 中的方法cn.aotcloud.prop.HikariProperties
 
getPw() - 类 中的方法cn.aotcloud.prop.RedisSafeProperties
 
getQueryString(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
getQueryString(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
getReader() - 类 中的方法cn.aotcloud.openapi.filter.BodyReaderHttpServletRequestWrapper
 
getRealCookie(String) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
getRemoteHost(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
getRequestAttribute(HttpServletRequest, String) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
getRequestURL(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
getResult() - 接口 中的方法cn.aotcloud.retry.Attempt
Gets the result of the call
getRoleType() - 类 中的方法cn.aotcloud.entity.RoleMenuPermissionParam
 
getRsa() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
getRsaPublicCode() - 接口 中的方法cn.aotcloud.crypto.rsa.RsaPublicCodeHolder
 
getRsaPublicCode() - 类 中的方法cn.aotcloud.crypto.sm.SM2TextEncryptor
 
getSalt() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.Rsa
 
getSaltLength() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.SCryptAuthkey
 
getScrypt() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.EncoderType
 
getSecret() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.Pbkdf2Authkey
 
getSecret() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.StandardAuthkey
 
getSecret() - 类 中的方法cn.aotcloud.entity.Application
 
getSecret() - 类 中的方法cn.aotcloud.entity.AppQueryParam
 
getSecretResource() - 类 中的方法cn.aotcloud.entity.InstallPackage
 
getSecretScan() - 类 中的方法cn.aotcloud.entity.InstallPackage
 
getSHA1(String, String, String, String) - 类 中的静态方法cn.aotcloud.wx.utils.SHA1
用SHA1算法生成安全签名
getSha1HexString(InputStream) - 类 中的静态方法cn.aotcloud.utils.CodecUtils
 
getSm2Key() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
getSm2PrivateKey(String) - 类 中的方法cn.aotcloud.crypto.sm.JdbcSmKeyLoader
 
getSm2PrivateKey(String) - 接口 中的方法cn.aotcloud.crypto.sm.SmKeyLoader
 
getSm2Utils() - 类 中的方法cn.aotcloud.crypto.sm.SM2TextEncryptor
 
getSm4CbcIv() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
getSm4CbcIv(String) - 类 中的方法cn.aotcloud.crypto.sm.JdbcSmKeyLoader
 
getSm4CbcIv(String) - 接口 中的方法cn.aotcloud.crypto.sm.SmKeyLoader
 
getSm4CbcIvPrefix() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
getSm4Key() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
getSm4Key(String) - 类 中的方法cn.aotcloud.crypto.sm.JdbcSmKeyLoader
 
getSm4Key(String) - 接口 中的方法cn.aotcloud.crypto.sm.SmKeyLoader
 
getSm4KeyPrefix() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
getSm4Type() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
getSmImplMode() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
getSql(Configuration, BoundSql, String) - 类 中的静态方法cn.aotcloud.mybatis.plus.SqlLogInterceptor
 
getSSLRestTemplate(int, int, int, int, int) - 类 中的方法cn.aotcloud.utils.RestTemplateUtil
 
getSt() - 类 中的方法cn.aotcloud.entity.Application
 
getStandard() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.EncoderType
 
getStatementCacheNumDeferredCloseThreads() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getStrength() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.BCryptAuthkey
 
getString(String) - 类 中的静态方法cn.aotcloud.utils.StringSafeUtil
 
getStringList(List<String>) - 类 中的静态方法cn.aotcloud.utils.CollectionSafeUtil
 
getSymmetricKey() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
getTargetHost(HttpServletRequest) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
getTargetUri(HttpServletRequest) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
getTargetUri() - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
getText() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
getTrustTemplate() - 类 中的方法cn.aotcloud.utils.RestTemplateUtil
 
getType() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.EncoderType
 
getUn() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getUn() - 类 中的方法cn.aotcloud.prop.HikariProperties
 
getUnreturnedConnectionTimeout() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getUrl() - 类 中的方法cn.aotcloud.prop.HikariProperties
 
getUser() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
getUserInfo(boolean, boolean) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
getUserInfo(boolean) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
getUsername() - 类 中的方法cn.aotcloud.prop.HikariProperties
 
getUTF8restTemplate() - 类 中的方法cn.aotcloud.utils.RestTemplateUtil
 

H

handleRequestException(HttpRequest, HttpResponse, Exception) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
hasContentType(String, String) - 类 中的静态方法cn.aotcloud.utils.OAuthSafeUtil
 
hasException() - 接口 中的方法cn.aotcloud.retry.Attempt
Tells if the call threw an exception or not
hasResult() - 接口 中的方法cn.aotcloud.retry.Attempt
Tells if the call returned a result or not
HikariProperties - cn.aotcloud.prop中的类
 
HikariProperties() - 类 的构造器cn.aotcloud.prop.HikariProperties
 
hopByHopHeaders - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
HttpRequestUtil - cn.aotcloud.utils中的类
 
HttpRequestUtil() - 类 的构造器cn.aotcloud.utils.HttpRequestUtil
 
HttpServletUtil - cn.aotcloud.utils中的类
 
HttpServletUtil() - 类 的构造器cn.aotcloud.utils.HttpServletUtil
 
HttpTrustManager() - 类 的构造器cn.aotcloud.utils.HttpTrustUtil.HttpTrustManager
 
HttpTrustUtil - cn.aotcloud.utils中的类
 
HttpTrustUtil() - 类 的构造器cn.aotcloud.utils.HttpTrustUtil
 
HttpTrustUtil.HttpTrustManager - cn.aotcloud.utils中的类
 
HttpUtil - cn.aotcloud.utils中的类
 
HttpUtil() - 类 的构造器cn.aotcloud.utils.HttpUtil
 

I

ILLEGAL_ARGUMENT - 类 中的静态变量cn.aotcloud.exception.ErrorCode
 
ILLEGAL_PRIMARY_KEY - 类 中的静态变量cn.aotcloud.exception.ErrorCode
 
IllegalAesKey - 异常错误 中的静态变量cn.aotcloud.wx.utils.AesException
 
IllegalBuffer - 异常错误 中的静态变量cn.aotcloud.wx.utils.AesException
 
incrementingWait(long, TimeUnit, long, TimeUnit) - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
Returns a strategy that sleeps a fixed amount of time after the first failed attempt and in incrementing amounts of time after each additional failed attempt.
info(String) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
info(boolean, String) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
info(String, Object...) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
info(boolean, String, Object...) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
init() - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
initTarget() - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
insert(String) - 接口 中的方法cn.aotcloud.mapper.DbAdminMapper
 
InsertBatchSqlInjector - cn.aotcloud.mybatis.plus中的类
 
InsertBatchSqlInjector() - 类 的构造器cn.aotcloud.mybatis.plus.InsertBatchSqlInjector
 
insertFill(MetaObject) - 类 中的方法cn.aotcloud.mybatis.plus.DateAutoFillHandler
 
InstallPackage - cn.aotcloud.entity中的类
 
InstallPackage() - 类 的构造器cn.aotcloud.entity.InstallPackage
 
intercept(Invocation) - 类 中的方法cn.aotcloud.mybatis.plus.CharacterEscapeInterceptor
 
intercept(Invocation) - 类 中的方法cn.aotcloud.mybatis.SqlExecuteTimeCountInterceptor
 
intercept(Invocation, Method) - 类 中的方法cn.aotcloud.mybatis.SqlExecuteTimeCountInterceptor
 
internalIp(String) - 类 中的静态方法cn.aotcloud.utils.IpUtils
检查是否为内部IP地址
IOUtils - cn.aotcloud.utils中的类
 
IOUtils() - 类 的构造器cn.aotcloud.utils.IOUtils
 
IpUtils - cn.aotcloud.utils中的类
获取IP方法
IpUtils() - 类 的构造器cn.aotcloud.utils.IpUtils
 
isAutoCommitOnClose() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
isBreakAfterAcquireFailure() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
isClientTrusted(X509Certificate[]) - 类 中的方法cn.aotcloud.utils.HttpTrustUtil.HttpTrustManager
 
isDebugEnabled() - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
isDebugUnreturnedConnectionStackTraces() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
isDirectory(File) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
isFailOnError() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
isFile(File) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
isForceIgnoreUnresolvedTransactions() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
isForceSynchronousCheckins() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
isForceUseNamedDriverClass() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
isLocalhostAddr(String) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
isPrivilegeSpawnedThreads() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
isSafeMode() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
isServerTrusted(X509Certificate[]) - 类 中的方法cn.aotcloud.utils.HttpTrustUtil.HttpTrustManager
 
isStrong() - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.Rsa
 
isSuccess() - 类 中的方法cn.aotcloud.entity.WeiXinResult
判断请求是否成功
isTestConnectionOnCheckin() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
isTestConnectionOnCheckout() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
isUnknown(String) - 类 中的静态方法cn.aotcloud.utils.IpUtils
检测给定字符串是否为未知,多用于检测HTTP请求相关
isUsesTraditionalReflectiveProxies() - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
iv - 类 中的变量cn.aotcloud.crypto.sm.SM4TextEncryptor
CBC 偏移量

J

JdbcSmKeyLoader - cn.aotcloud.crypto.sm中的类
 
JdbcSmKeyLoader(JdbcTemplate) - 类 的构造器cn.aotcloud.crypto.sm.JdbcSmKeyLoader
 
jobError(String, Object...) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
jobInfo(String, Object...) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
join(WaitStrategy...) - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
Joins one or more wait strategies to derive a composite wait strategy.

K

key - 类 中的变量cn.aotcloud.crypto.sm.SM4TextEncryptor
密钥,16进制格式
KeyFormatException - cn.aotcloud.crypto中的异常错误
 
KeyFormatException() - 异常错误 的构造器cn.aotcloud.crypto.KeyFormatException
 
keys() - 接口 中的方法cn.aotcloud.cache.CacheStorage
 
keys() - 类 中的方法cn.aotcloud.cache.MemoryCacheStorage
 
keys() - 类 中的方法cn.aotcloud.cache.NoneCacheStorage
 
keys() - 类 中的方法cn.aotcloud.cache.RedisCacheStorage
 
KeyStore() - 类 的构造器cn.aotcloud.crypto.EncryptionProperties.KeyStore
 

L

length(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
lettuceConnectionFactory(RedisSafeProperties, RedisProperties) - 类 中的方法cn.aotcloud.redis.RedisConfig
 
listFiles(File, FileFilter) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
listFiles(File, FilenameFilter) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
LOCAL_127 - 类 中的静态变量cn.aotcloud.utils.HttpRequestUtil
 
LOCAL_IPV6 - 类 中的静态变量cn.aotcloud.utils.HttpRequestUtil
 
localErrMsg() - 类 中的方法cn.aotcloud.entity.WeiXinResult
 
localErrMsg(String) - 类 中的方法cn.aotcloud.entity.WeiXinResult
 
LOCALHOST - 类 中的静态变量cn.aotcloud.utils.HttpRequestUtil
 
LOG_ENABLE - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
logger - 类 中的变量cn.aotcloud.crypto.sm.jni.SM2NativeTextEncryptor
 
logger - 类 中的变量cn.aotcloud.crypto.sm.SM2TextEncryptor
 
logger - 类 中的变量cn.aotcloud.logger.LoggerHandle
 
logger - 类 中的静态变量cn.aotcloud.mybatis.SqlExecuteTimeCountInterceptor
 
logger - 类 中的变量cn.aotcloud.openapi.filter.BodyReaderHttpServletRequestWrapper
 
logger - 类 中的变量cn.aotcloud.prop.C3P0Properties
 
logger - 类 中的变量cn.aotcloud.prop.HikariProperties
 
logger - 类 中的变量cn.aotcloud.prop.RedisSafeProperties
 
logger - 类 中的变量cn.aotcloud.redis.RedisConfig
 
logger - 类 中的静态变量cn.aotcloud.utils.CodecUtils
 
logger - 类 中的静态变量cn.aotcloud.utils.FileZipUtils
 
logger - 类 中的静态变量cn.aotcloud.utils.HttpUtil
 
logger - 类 中的变量cn.aotcloud.utils.RestTemplateUtil
 
logger - 类 中的静态变量cn.aotcloud.utils.URLConnectionClient
 
logger - 类 中的静态变量cn.aotcloud.wx.utils.SHA1
 
logger - 类 中的变量cn.aotcloud.wx.utils.WXBizMsgCrypt
 
logger - 类 中的静态变量cn.aotcloud.wx.utils.XMLParse
 
LoggerHandle - cn.aotcloud.logger中的类
 
LoggerHandle(Class<?>) - 类 的构造器cn.aotcloud.logger.LoggerHandle
 
LoggerHandle(String) - 类 的构造器cn.aotcloud.logger.LoggerHandle
 

M

MapSortUtil - cn.aotcloud.utils中的类
 
MapSortUtil() - 类 的构造器cn.aotcloud.utils.MapSortUtil
 
matches(CharSequence, String) - 类 中的方法cn.aotcloud.crypto.pcode.PcodeEncoderWrapper
 
matches(CharSequence, String) - 类 中的方法cn.aotcloud.crypto.sm.SM3PcodeEncoder
 
matchesLike(String, String) - 类 中的静态方法cn.aotcloud.utils.RegExUtils
 
maxConnections - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
MemoryCacheStorage<T> - cn.aotcloud.cache中的类
 
MemoryCacheStorage(String, long) - 类 的构造器cn.aotcloud.cache.MemoryCacheStorage
 
mkdir(File) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
mkdir(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
mkdirs(File) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
mkdirs(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
modifyLikeSql(String, Object, BoundSql) - 类 中的静态方法cn.aotcloud.mybatis.plus.CharacterEscapeInterceptor
 
MyBatisMapperBuilderAssistant - cn.aotcloud.mybatis中的类
 
MyBatisMapperBuilderAssistant(Configuration, String) - 类 的构造器cn.aotcloud.mybatis.MyBatisMapperBuilderAssistant
 
MyBatisPlusSqlSessionFactoryBean - cn.aotcloud.mybatis中的类
 
MyBatisPlusSqlSessionFactoryBean() - 类 的构造器cn.aotcloud.mybatis.MyBatisPlusSqlSessionFactoryBean
 
MyBatisSqlSessionFactoryBean - cn.aotcloud.mybatis中的类
 
MyBatisSqlSessionFactoryBean() - 类 的构造器cn.aotcloud.mybatis.MyBatisSqlSessionFactoryBean
 
MyBatisXMLMapperBuilder - cn.aotcloud.mybatis中的类
 
MyBatisXMLMapperBuilder(InputStream, Configuration, String, Map<String, XNode>, String) - 类 的构造器cn.aotcloud.mybatis.MyBatisXMLMapperBuilder
 
MyBatisXMLMapperBuilder(InputStream, Configuration, String, Map<String, XNode>) - 类 的构造器cn.aotcloud.mybatis.MyBatisXMLMapperBuilder
 

N

neverStop() - 类 中的静态方法cn.aotcloud.retry.StopStrategies
Returns a stop strategy which never stops retrying.
newBuilder() - 类 中的静态方法cn.aotcloud.retry.RetryerBuilder
Constructs a new builder
newFile(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
newFile(String, String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
newFile(File, String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
newFileInputStream(File) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
newFileOutputStream(File) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
newProxy(T, Class<T>, long, TimeUnit) - 类 中的方法cn.aotcloud.retry.SimpleTimeLimiter
 
newProxy(T, Class<T>, long, TimeUnit) - 接口 中的方法cn.aotcloud.retry.TimeLimiter
Returns an instance of interfaceType that delegates all method calls to the target object, enforcing the specified time limit on each call.
newProxyRequestWithEntity(String, String, HttpServletRequest) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
nextBoolean() - 类 中的静态方法cn.aotcloud.utils.RandomUtils
Returns a random boolean value
nextBytes(int) - 类 中的静态方法cn.aotcloud.utils.RandomUtils
Creates an array of random bytes.
nextDouble(double, double) - 类 中的静态方法cn.aotcloud.utils.RandomUtils
Returns a random double within the specified range.
nextDouble() - 类 中的静态方法cn.aotcloud.utils.RandomUtils
Returns a random double within 0 - Double.MAX_VALUE
nextFloat(float, float) - 类 中的静态方法cn.aotcloud.utils.RandomUtils
Returns a random float within the specified range.
nextFloat() - 类 中的静态方法cn.aotcloud.utils.RandomUtils
Returns a random float within 0 - Float.MAX_VALUE
nextInt(int, int) - 类 中的静态方法cn.aotcloud.utils.RandomUtils
Returns a random integer within the specified range.
nextInt() - 类 中的静态方法cn.aotcloud.utils.RandomUtils
Returns a random int within 0 - Integer.MAX_VALUE
nextLong(long, long) - 类 中的静态方法cn.aotcloud.utils.RandomUtils
Returns a random long within the specified range.
nextLong() - 类 中的静态方法cn.aotcloud.utils.RandomUtils
Returns a random long within 0 - Long.MAX_VALUE
NON_SUPPORT - 类 中的静态变量cn.aotcloud.exception.ErrorCode
 
NoneCacheStorage<T> - cn.aotcloud.cache中的类
 
NoneCacheStorage() - 类 的构造器cn.aotcloud.cache.NoneCacheStorage
 
noTimeLimit() - 类 中的静态方法cn.aotcloud.retry.AttemptTimeLimiters
 
noWait() - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
Returns a wait strategy that doesn't sleep at all before retrying.

O

OAuthSafeUtil - cn.aotcloud.utils中的类
 
OAuthSafeUtil() - 类 的构造器cn.aotcloud.utils.OAuthSafeUtil
 
OBJECT_EXISTS - 类 中的静态变量cn.aotcloud.exception.ErrorCode
 
OK - 异常错误 中的静态变量cn.aotcloud.wx.utils.AesException
 
onRetry(Attempt<V>) - 接口 中的方法cn.aotcloud.retry.RetryListener
This method with fire no matter what the result is and before the rejection predicate and stop strategies are applied.

P

P_CONNECTIONREQUESTTIMEOUT - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
P_CONNECTTIMEOUT - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
P_FORWARDEDFOR - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
P_HANDLECOMPRESSION - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
P_HANDLEREDIRECTS - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
P_MAXCONNECTIONS - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
P_PRESERVECOOKIES - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
P_PRESERVEHOST - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
P_READTIMEOUT - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
P_TARGET_URI - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
P_USESYSTEMPROPERTIES - 类 中的静态变量cn.aotcloud.proxy.BaseProxyServlet
 
ParseXmlError - 异常错误 中的静态变量cn.aotcloud.wx.utils.AesException
 
Pbkdf2Authkey() - 类 的构造器cn.aotcloud.crypto.EncryptionProperties.Pbkdf2Authkey
 
Pbkdf2PcodeEncoder - cn.aotcloud.crypto.pcode中的类
 
Pbkdf2PcodeEncoder() - 类 的构造器cn.aotcloud.crypto.pcode.Pbkdf2PcodeEncoder
 
Pbkdf2PcodeEncoder(CharSequence) - 类 的构造器cn.aotcloud.crypto.pcode.Pbkdf2PcodeEncoder
 
Pbkdf2PcodeEncoder(CharSequence, int, int) - 类 的构造器cn.aotcloud.crypto.pcode.Pbkdf2PcodeEncoder
 
PcodeEncoder - cn.aotcloud.crypto.pcode中的接口
 
PcodeEncoderWrapper - cn.aotcloud.crypto.pcode中的类
 
PcodeEncoderWrapper(PasswordEncoder) - 类 的构造器cn.aotcloud.crypto.pcode.PcodeEncoderWrapper
 
PinYinUtil - cn.aotcloud.utils中的类
拼音工具类
PinYinUtil() - 类 的构造器cn.aotcloud.utils.PinYinUtil
 
PKCS7Encoder - cn.aotcloud.wx.utils中的类
提供基于PKCS7算法的加解密接口.
PKCS7Encoder() - 类 的构造器cn.aotcloud.wx.utils.PKCS7Encoder
 
Platforms - cn.aotcloud.entity中的类
 
Platforms() - 类 的构造器cn.aotcloud.entity.Platforms
 
platforms - 类 中的变量cn.aotcloud.entity.Platforms
支持平台(1-安卓,2-IOS)
plugin(Object) - 类 中的方法cn.aotcloud.mybatis.plus.CharacterEscapeInterceptor
 
plugin(Object) - 类 中的方法cn.aotcloud.mybatis.SqlExecuteTimeCountInterceptor
 
post(String, Map<String, String>) - 类 中的静态方法cn.aotcloud.utils.HttpUtil
 
postForEntity(RestTemplate, String, Object, Class<T>, Object...) - 类 中的静态方法cn.aotcloud.utils.RestTemplateUtil
 
postJson(String, String) - 类 中的静态方法cn.aotcloud.utils.HttpUtil
 
postMediaFile(String, File) - 类 中的静态方法cn.aotcloud.utils.HttpUtil
 
print(HttpServletResponse, String) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
printStackTrace(Throwable) - 类 中的静态方法cn.aotcloud.exception.ExceptionUtil
 
putAllHeader(HttpHeaders, HttpHeaders) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 

Q

query(String) - 接口 中的方法cn.aotcloud.mapper.DbAdminMapper
 
queryPage(IPage<String>, String) - 接口 中的方法cn.aotcloud.mapper.DbAdminMapper
 

R

random(int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is the number of characters specified.
random(int, boolean, boolean) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is the number of characters specified.
random(int, int, int, boolean, boolean) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is the number of characters specified.
random(int, int, int, boolean, boolean, char...) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string based on a variety of options, using default source of randomness.
random(int, int, int, boolean, boolean, char[], SecureRandom) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string based on a variety of options, using supplied source of randomness.
random(int, String) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is the number of characters specified.
random(int, char...) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is the number of characters specified.
randomAlphabetic(int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is the number of characters specified.
randomAlphabetic(int, int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is between the inclusive minimum and the exclusive maximum.
randomAlphanumeric(int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is the number of characters specified.
randomAlphanumeric(int, int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is between the inclusive minimum and the exclusive maximum.
randomAscii(int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is the number of characters specified.
randomAscii(int, int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is between the inclusive minimum and the exclusive maximum.
randomGraph(int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is the number of characters specified.
randomGraph(int, int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is between the inclusive minimum and the exclusive maximum.
randomNumeric(int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is the number of characters specified.
randomNumeric(int, int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is between the inclusive minimum and the exclusive maximum.
randomPrint(int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is the number of characters specified.
randomPrint(int, int) - 类 中的静态方法cn.aotcloud.utils.RandomStringUtils
Creates a random string whose length is between the inclusive minimum and the exclusive maximum.
randomStringGenerator - 类 中的变量cn.aotcloud.crypto.sm.SM2ToSM3TextEncryptor
 
RandomStringUtils - cn.aotcloud.utils中的类
Generates random Strings.
RandomStringUtils() - 类 的构造器cn.aotcloud.utils.RandomStringUtils
RandomStringUtils instances should NOT be constructed in standard programming.
RandomUtils - cn.aotcloud.utils中的类
Utility library that supplements the standard Random class.
RandomUtils() - 类 的构造器cn.aotcloud.utils.RandomUtils
RandomUtils instances should NOT be constructed in standard programming.
randomWait(long, TimeUnit) - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
Returns a strategy that sleeps a random amount of time before retrying.
randomWait(long, TimeUnit, long, TimeUnit) - 类 中的静态方法cn.aotcloud.retry.WaitStrategies
Returns a strategy that sleeps a random amount of time before retrying.
readCharacterEncoding(HttpServletRequest) - 类 中的方法cn.aotcloud.openapi.filter.BodyReaderHttpServletRequestWrapper
 
readFileContent(String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
readScript(LineNumberReader, String, String, String) - 类 中的静态方法cn.aotcloud.utils.ScriptUtils
已过时。
as of Spring Framework 5.2.16 with no plans for replacement. This is an internal API and will likely be removed in Spring Framework 6.0.
readScript(LineNumberReader, String[], String, String) - 类 中的静态方法cn.aotcloud.utils.ScriptUtils
已过时。
as of Spring Framework 5.2.16 with no plans for replacement. This is an internal API and will likely be removed in Spring Framework 6.0.
readTimeout - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
rebuildSmKey(SmKeyLoader) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
RedisCacheStorage<T> - cn.aotcloud.cache中的类
 
RedisCacheStorage(RedisConnectionFactory, String, long) - 类 的构造器cn.aotcloud.cache.RedisCacheStorage
 
RedisConfig - cn.aotcloud.redis中的类
bgu
RedisConfig() - 类 的构造器cn.aotcloud.redis.RedisConfig
 
RedisSafeProperties - cn.aotcloud.prop中的类
 
RedisSafeProperties() - 类 的构造器cn.aotcloud.prop.RedisSafeProperties
 
redisSessionTemplate(RedisConnectionFactory, Class<?>) - 类 中的静态方法cn.aotcloud.utils.RedisUtil
 
RedisUtil - cn.aotcloud.utils中的类
 
RedisUtil() - 类 的构造器cn.aotcloud.utils.RedisUtil
 
RegExUtils - cn.aotcloud.utils中的类
 
RegExUtils() - 类 的构造器cn.aotcloud.utils.RegExUtils
 
removeHttpSessionCookie(HttpServletRequest, HttpServletResponse, ServerProperties) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
responseError(HttpServletResponse, Map<Integer, String>, Integer) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
restart(Class<?>) - 类 中的静态方法cn.aotcloud.utils.RestartSpringboot
 
RestartSpringboot - cn.aotcloud.utils中的类
 
RestartSpringboot() - 类 的构造器cn.aotcloud.utils.RestartSpringboot
 
RestTemplateUtil - cn.aotcloud.utils中的类
 
RestTemplateUtil() - 类 的构造器cn.aotcloud.utils.RestTemplateUtil
 
Retryer<V> - cn.aotcloud.retry中的类
A retryer, which executes a call, and retries it until it succeeds, or a stop strategy decides to stop retrying.
Retryer(StopStrategy, WaitStrategy, Predicate<Attempt<V>>) - 类 的构造器cn.aotcloud.retry.Retryer
Constructor
Retryer(AttemptTimeLimiter<V>, StopStrategy, WaitStrategy, Predicate<Attempt<V>>) - 类 的构造器cn.aotcloud.retry.Retryer
Constructor
Retryer(AttemptTimeLimiter<V>, StopStrategy, WaitStrategy, BlockStrategy, Predicate<Attempt<V>>) - 类 的构造器cn.aotcloud.retry.Retryer
Constructor
Retryer(AttemptTimeLimiter<V>, StopStrategy, WaitStrategy, BlockStrategy, Predicate<Attempt<V>>, Collection<RetryListener>) - 类 的构造器cn.aotcloud.retry.Retryer
Constructor
Retryer.RetryerCallable<X> - cn.aotcloud.retry中的类
A Callable which wraps another Callable in order to add retrying behavior from a given Retryer instance.
RetryerBuilder<V> - cn.aotcloud.retry中的类
A builder used to configure and create a Retryer.
RetryException - cn.aotcloud.retry中的异常错误
An exception indicating that none of the attempts of the Retryer succeeded.
RetryException(int, Attempt<?>) - 异常错误 的构造器cn.aotcloud.retry.RetryException
If the last Attempt had an Exception, ensure it is available in the stack trace.
RetryException(String, int, Attempt<?>) - 异常错误 的构造器cn.aotcloud.retry.RetryException
If the last Attempt had an Exception, ensure it is available in the stack trace.
retryIfException() - 类 中的方法cn.aotcloud.retry.RetryerBuilder
Configures the retryer to retry if an exception (i.e. any Exception or subclass of Exception) is thrown by the call.
retryIfException(Predicate<Throwable>) - 类 中的方法cn.aotcloud.retry.RetryerBuilder
Configures the retryer to retry if an exception satisfying the given predicate is thrown by the call.
retryIfExceptionOfType(Class<? extends Throwable>) - 类 中的方法cn.aotcloud.retry.RetryerBuilder
Configures the retryer to retry if an exception of the given class (or subclass of the given class) is thrown by the call.
retryIfResult(Predicate<V>) - 类 中的方法cn.aotcloud.retry.RetryerBuilder
Configures the retryer to retry if the result satisfies the given predicate.
retryIfRuntimeException() - 类 中的方法cn.aotcloud.retry.RetryerBuilder
Configures the retryer to retry if a runtime exception (i.e. any RuntimeException or subclass of RuntimeException) is thrown by the call.
RetryListener - cn.aotcloud.retry中的接口
This listener provides callbacks for several events that occur when running code through a Retryer instance.
rewritePathInfoFromRequest(HttpServletRequest) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
rewriteQueryStringFromRequest(HttpServletRequest, String) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
rewriteUrlFromRequest(HttpServletRequest) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
rewriteUrlFromResponse(HttpServletRequest, String) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
RoleMenuPermissionParam - cn.aotcloud.entity中的类
 
RoleMenuPermissionParam() - 类 的构造器cn.aotcloud.entity.RoleMenuPermissionParam
 
Rsa() - 类 的构造器cn.aotcloud.crypto.EncryptionProperties.Rsa
 
RsaPublicCode - cn.aotcloud.crypto.rsa中的类
 
RsaPublicCode() - 类 的构造器cn.aotcloud.crypto.rsa.RsaPublicCode
 
RsaPublicCodeHolder - cn.aotcloud.crypto.rsa中的接口
 
runUninterruptiblyWithTimeout(Runnable, long, TimeUnit) - 类 中的方法cn.aotcloud.retry.SimpleTimeLimiter
 
runUninterruptiblyWithTimeout(Runnable, long, TimeUnit) - 接口 中的方法cn.aotcloud.retry.TimeLimiter
Invokes a specified Runnable, timing out after the specified time limit.
runWithTimeout(Runnable, long, TimeUnit) - 类 中的方法cn.aotcloud.retry.SimpleTimeLimiter
 
runWithTimeout(Runnable, long, TimeUnit) - 接口 中的方法cn.aotcloud.retry.TimeLimiter
Invokes a specified Runnable, timing out after the specified time limit.

S

SAFE_ST_JSON_KEY_NAME - 类 中的静态变量cn.aotcloud.constants.SafeConts
 
safeCheck(String) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
safeCheck(HttpServletRequest) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
SafeConts - cn.aotcloud.constants中的类
 
SafeConts() - 类 的构造器cn.aotcloud.constants.SafeConts
 
ScriptUtils - cn.aotcloud.utils中的类
Generic utility methods for working with SQL scripts in conjunction with JDBC.
ScriptUtils() - 类 的构造器cn.aotcloud.utils.ScriptUtils
 
SCryptAuthkey() - 类 的构造器cn.aotcloud.crypto.EncryptionProperties.SCryptAuthkey
 
SCryptPcodeEncoder - cn.aotcloud.crypto.pcode中的类
 
SCryptPcodeEncoder() - 类 的构造器cn.aotcloud.crypto.pcode.SCryptPcodeEncoder
 
SCryptPcodeEncoder(int, int, int, int, int) - 类 的构造器cn.aotcloud.crypto.pcode.SCryptPcodeEncoder
 
sendError(HttpServletResponse, int) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
sendPostRequestByJava(String, String, Map<String, String>) - 类 中的静态方法cn.aotcloud.utils.HttpUtil
 
sendPostRequestByJava(String, String, int, int, String, String, Map<String, String>) - 类 中的静态方法cn.aotcloud.utils.HttpUtil
 
sendRedirect(HttpServletResponse, String) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
service(HttpServletRequest, HttpServletResponse) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
setAccessible(Field, boolean) - 类 中的静态方法cn.aotcloud.utils.FieldUtils
 
setAccessKeyId(String) - 类 中的方法cn.aotcloud.entity.TenantUserSecret
 
setAccessKeySecret(String) - 类 中的方法cn.aotcloud.entity.TenantUserSecret
 
setAcquireIncrement(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setAcquireRetryAttempts(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setAcquireRetryDelay(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setAdmins(String) - 类 中的方法cn.aotcloud.entity.Application
 
setAdmins(String) - 类 中的方法cn.aotcloud.entity.AppQueryParam
 
setAgentSecret(String) - 类 中的方法cn.aotcloud.entity.Application
 
setAgentSecret(String) - 类 中的方法cn.aotcloud.entity.AppQueryParam
 
setAgentSt(String) - 类 中的方法cn.aotcloud.entity.Application
 
setAlgorithm(RsaAlgorithm) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.Rsa
 
setAlgorithm(String) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.StandardAuthkey
 
setAlias(String) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.KeyStore
 
setArgs(String[]) - 类 中的静态方法cn.aotcloud.utils.RestartSpringboot
 
setAutoCommitOnClose(boolean) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setAutomaticTestTable(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setBcrypt(EncryptionProperties.BCryptAuthkey) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.EncoderType
 
setBreakAfterAcquireFailure(boolean) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setBuffer(byte[]) - 类 中的方法cn.aotcloud.openapi.filter.BodyReaderHttpServletRequestWrapper
 
setCharacterEncoding(HttpServletResponse, String) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
setCheckoutTimeout(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setCode(String) - 异常错误 中的方法cn.aotcloud.exception.BaseException
 
setConfiguration(MybatisConfiguration) - 类 中的方法cn.aotcloud.mybatis.MyBatisPlusSqlSessionFactoryBean
 
setConfiguration(Configuration) - 类 中的方法cn.aotcloud.mybatis.MyBatisSqlSessionFactoryBean
 
setConnectionCustomizerClassName(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setConnectionTesterClassName(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setContentLength(HttpServletResponse, int) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
setContentType(HttpServletResponse, String) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
setContentType(HttpServletResponse, String) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
setContext(ConfigurableApplicationContext) - 类 中的静态方法cn.aotcloud.utils.RestartSpringboot
 
setContextClassLoaderSource(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setCpuCost(int) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.SCryptAuthkey
 
setCurrentNamespace(String) - 类 中的方法cn.aotcloud.mybatis.MyBatisMapperBuilderAssistant
 
setDataSourceName(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setDateHeader(HttpServletResponse, String, long) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
setDebugClassName(Map<String, String>) - 类 中的方法cn.aotcloud.mybatis.SqlExecuteTimeCountInterceptor
 
setDebugEnabled(boolean) - 类 中的静态方法cn.aotcloud.mybatis.SqlExecuteTimeCountInterceptor
 
setDebugUnreturnedConnectionStackTraces(boolean) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setDriverClass(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setDz(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setDz(String) - 类 中的方法cn.aotcloud.prop.HikariProperties
 
setDz(String) - 类 中的方法cn.aotcloud.prop.RedisSafeProperties
 
setEnabled(Boolean) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
setEncoderType(EncryptionProperties.EncoderType) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
setErrcode(Integer) - 类 中的方法cn.aotcloud.entity.WeiXinResult
 
setErrmsg(String) - 类 中的方法cn.aotcloud.entity.WeiXinResult
 
setExponent(String) - 类 中的方法cn.aotcloud.crypto.rsa.RsaPublicCode
 
setExtensions(Map<Object, Object>) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setFactoryClassLocation(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setFailOnError(boolean) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
setForceIgnoreUnresolvedTransactions(boolean) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setForceSynchronousCheckins(boolean) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setForceUseNamedDriverClass(boolean) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setHashWidth(int) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.Pbkdf2Authkey
 
setHeader(HttpHeaders, String, String) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
setHeader(HttpServletResponse, String, String) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
setIdleConnectionTestPeriod(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setInitialPoolSize(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setIscInterfaceSignKey(String) - 类 中的方法cn.aotcloud.entity.AgentResult
 
setIscInterfaceSignPubKey(String) - 类 中的方法cn.aotcloud.entity.AgentResult
 
setIscSecret(String) - 类 中的方法cn.aotcloud.entity.AgentResult
 
setIterations(int) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.Pbkdf2Authkey
 
setJdbcUrl(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setKey(String) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
setKeyLength(int) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.SCryptAuthkey
 
setKeyStore(EncryptionProperties.KeyStore) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
setLocation(Resource) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.KeyStore
 
setMapperLocations(Resource[]) - 类 中的方法cn.aotcloud.mybatis.MyBatisPlusSqlSessionFactoryBean
不能删除
setMapperLocations(Resource[]) - 类 中的方法cn.aotcloud.mybatis.MyBatisSqlSessionFactoryBean
 
setMaxAdministrativeTaskTime(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setMaxConnectionAge(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setMaxIdleTime(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setMaxIdleTimeExcessConnections(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setMaxPoolSize(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setMaxStatements(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setMaxStatementsPerConnection(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setMemoryCost(int) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.SCryptAuthkey
 
setMinPoolSize(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setModulus(String) - 类 中的方法cn.aotcloud.crypto.rsa.RsaPublicCode
 
setNumHelperThreads(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setOverrideDefaultPassword(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setOverrideDefaultUser(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setParallelization(int) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.SCryptAuthkey
 
setPassword(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setPbkdf2(EncryptionProperties.Pbkdf2Authkey) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.EncoderType
 
setPlatforms(String[]) - 类 中的方法cn.aotcloud.entity.Platforms
 
setPreferredTestQuery(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setPrivilegeSpawnedThreads(boolean) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setProperties(Properties) - 类 中的方法cn.aotcloud.mybatis.plus.CharacterEscapeInterceptor
 
setProperties(Properties) - 类 中的方法cn.aotcloud.mybatis.SqlExecuteTimeCountInterceptor
 
setPropertyCycle(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setPrvKeyHex(String) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.Sm2Key
 
setPrvKeyHexPrefix(String) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.Sm2Key
 
setPubKeyHex(String) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.Sm2Key
 
setPw(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setPw(String) - 类 中的方法cn.aotcloud.prop.HikariProperties
 
setPw(String) - 类 中的方法cn.aotcloud.prop.RedisSafeProperties
 
setRequestAttribute(HttpServletRequest, String, Object) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
setRoleType(String) - 类 中的方法cn.aotcloud.entity.RoleMenuPermissionParam
 
setSafeMode(boolean) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
setSalt(String) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.Rsa
 
setSaltLength(int) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.SCryptAuthkey
 
setScrypt(EncryptionProperties.SCryptAuthkey) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.EncoderType
 
setSecret(String) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.Pbkdf2Authkey
 
setSecret(String) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.StandardAuthkey
 
setSecret(String) - 类 中的方法cn.aotcloud.entity.Application
 
setSecret(String) - 类 中的方法cn.aotcloud.entity.AppQueryParam
 
setSecretResource(byte[]) - 类 中的方法cn.aotcloud.entity.InstallPackage
 
setSecretScan(String) - 类 中的方法cn.aotcloud.entity.InstallPackage
 
setSessionAttribute(HttpSession, String, Object) - 类 中的静态方法cn.aotcloud.utils.HttpRequestUtil
 
setSm2Key(EncryptionProperties.Sm2Key) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
setSm4CbcIv(String) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
setSm4CbcIvPrefix(String) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
setSm4Key(String) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
setSm4KeyPrefix(String) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
setSm4Type(String) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
setSmImplMode(SMImplMode) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
setSMNativeLicenseProperties() - 类 中的静态方法cn.aotcloud.crypto.sm.jni.SMNativeLicenseInit
添加国密c语言实现版本license证书
setSt(String) - 类 中的方法cn.aotcloud.entity.Application
 
setStandard(EncryptionProperties.StandardAuthkey) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.EncoderType
 
setStatementCacheNumDeferredCloseThreads(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setStatus(HttpServletResponse, int) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
setStrength(int) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.BCryptAuthkey
 
setStrong(boolean) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.Rsa
 
setSymmetricKey(String) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
setTarget(HttpServletRequest) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
setTestConnectionOnCheckin(boolean) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setTestConnectionOnCheckout(boolean) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setText(TextCryptoType) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties
 
setType(String) - 类 中的方法cn.aotcloud.crypto.EncryptionProperties.EncoderType
 
setUn(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setUn(String) - 类 中的方法cn.aotcloud.prop.HikariProperties
 
setUnreturnedConnectionTimeout(int) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setUser(String) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setUserInfo(String) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
setUsesTraditionalReflectiveProxies(boolean) - 类 中的方法cn.aotcloud.prop.C3P0Properties
 
setXForwardedForHeader(HttpServletRequest, HttpRequest) - 类 中的方法cn.aotcloud.proxy.BaseProxyServlet
 
SHA1 - cn.aotcloud.wx.utils中的类
SHA1 class 计算消息签名接口.
SHA1() - 类 的构造器cn.aotcloud.wx.utils.SHA1
 
shouldStop(Attempt) - 接口 中的方法cn.aotcloud.retry.StopStrategy
Returns true if the retryer should stop retrying.
showSql(Configuration, BoundSql) - 类 中的静态方法cn.aotcloud.mybatis.plus.SqlLogInterceptor
 
SimpleTimeLimiter - cn.aotcloud.retry中的类
A TimeLimiter that runs method calls in the background using an ExecutorService.
SimpleTimeLimiter(ExecutorService) - 类 的构造器cn.aotcloud.retry.SimpleTimeLimiter
已过时。
Use SimpleTimeLimiter.create(ExecutorService) instead. This method is scheduled to be removed in Guava 23.0.
SimpleTimeLimiter() - 类 的构造器cn.aotcloud.retry.SimpleTimeLimiter
已过时。
Use SimpleTimeLimiter.create(ExecutorService) instead with Executors.newCachedThreadPool(). This method is scheduled to be removed in Guava 23.0.
sm2DecryptAndSm3VerifyRP(String) - 类 中的方法cn.aotcloud.crypto.sm.SM2ToSM3TextEncryptor
通过自定义防篡改协议密文串校验并获取原始SM3签名串
sm2DecryptAndSm3VerifyRP(String, String) - 类 中的方法cn.aotcloud.crypto.sm.SM2ToSM3TextEncryptor
通过自定义防篡改协议密文串校验并获取原始SM3签名串
Sm2Key() - 类 的构造器cn.aotcloud.crypto.EncryptionProperties.Sm2Key
 
SM2NativeTextEncryptor - cn.aotcloud.crypto.sm.jni中的类
 
SM2NativeTextEncryptor(EncryptionProperties) - 类 的构造器cn.aotcloud.crypto.sm.jni.SM2NativeTextEncryptor
 
SM2NativeTextEncryptor(String, String) - 类 的构造器cn.aotcloud.crypto.sm.jni.SM2NativeTextEncryptor
 
SM2TextEncryptor - cn.aotcloud.crypto.sm中的类
SM2非对称加密解密
SM2TextEncryptor(Sm2Utils, EncryptionProperties) - 类 的构造器cn.aotcloud.crypto.sm.SM2TextEncryptor
已过时。
SM2TextEncryptor(Sm2Utils, String, String) - 类 的构造器cn.aotcloud.crypto.sm.SM2TextEncryptor
已过时。
SM2TextEncryptor(EncryptionProperties) - 类 的构造器cn.aotcloud.crypto.sm.SM2TextEncryptor
 
SM2TextEncryptor(String, String) - 类 的构造器cn.aotcloud.crypto.sm.SM2TextEncryptor
 
SM2ToSM3NativeTextEncryptor - cn.aotcloud.crypto.sm.jni中的类
 
SM2ToSM3NativeTextEncryptor(EncryptionProperties, boolean) - 类 的构造器cn.aotcloud.crypto.sm.jni.SM2ToSM3NativeTextEncryptor
 
SM2ToSM3NativeTextEncryptor(EncryptionProperties) - 类 的构造器cn.aotcloud.crypto.sm.jni.SM2ToSM3NativeTextEncryptor
 
SM2ToSM3NativeTextEncryptor(String, String, boolean) - 类 的构造器cn.aotcloud.crypto.sm.jni.SM2ToSM3NativeTextEncryptor
 
SM2ToSM3NativeTextEncryptor(String, String) - 类 的构造器cn.aotcloud.crypto.sm.jni.SM2ToSM3NativeTextEncryptor
 
SM2ToSM3TextEncryptor - cn.aotcloud.crypto.sm中的类
配合前端JS加密传输功能,先SM3消息摘要,再采用SM2加密。
SM2ToSM3TextEncryptor(Sm2Utils, EncryptionProperties) - 类 的构造器cn.aotcloud.crypto.sm.SM2ToSM3TextEncryptor
已过时。
SM2ToSM3TextEncryptor(Sm2Utils, EncryptionProperties, boolean) - 类 的构造器cn.aotcloud.crypto.sm.SM2ToSM3TextEncryptor
已过时。
SM2ToSM3TextEncryptor(Sm2Utils, String, String) - 类 的构造器cn.aotcloud.crypto.sm.SM2ToSM3TextEncryptor
已过时。
SM2ToSM3TextEncryptor(Sm2Utils, String, String, boolean) - 类 的构造器cn.aotcloud.crypto.sm.SM2ToSM3TextEncryptor
已过时。
SM2ToSM3TextEncryptor(EncryptionProperties) - 类 的构造器cn.aotcloud.crypto.sm.SM2ToSM3TextEncryptor
 
SM2ToSM3TextEncryptor(EncryptionProperties, boolean) - 类 的构造器cn.aotcloud.crypto.sm.SM2ToSM3TextEncryptor
 
SM2ToSM3TextEncryptor(String, String) - 类 的构造器cn.aotcloud.crypto.sm.SM2ToSM3TextEncryptor
 
SM2ToSM3TextEncryptor(String, String, boolean) - 类 的构造器cn.aotcloud.crypto.sm.SM2ToSM3TextEncryptor
 
sm3Encrypt(String) - 类 中的方法cn.aotcloud.crypto.sm.jni.SM2ToSM3NativeTextEncryptor
 
sm3Encrypt(String) - 类 中的方法cn.aotcloud.crypto.sm.SM2ToSM3TextEncryptor
 
SM3NativePcodeEncoder - cn.aotcloud.crypto.sm.jni中的类
 
SM3NativePcodeEncoder() - 类 的构造器cn.aotcloud.crypto.sm.jni.SM3NativePcodeEncoder
 
SM3NativeTextEncryptor - cn.aotcloud.crypto.sm.jni中的类
 
SM3NativeTextEncryptor() - 类 的构造器cn.aotcloud.crypto.sm.jni.SM3NativeTextEncryptor
 
SM3PcodeEncoder - cn.aotcloud.crypto.sm中的类
国密SM3不可逆加密
SM3PcodeEncoder() - 类 的构造器cn.aotcloud.crypto.sm.SM3PcodeEncoder
 
sm3TextEncryptor - 类 中的变量cn.aotcloud.crypto.sm.SM2ToSM3TextEncryptor
 
SM3TextEncryptor - cn.aotcloud.crypto.sm中的类
SM3加密
SM3TextEncryptor() - 类 的构造器cn.aotcloud.crypto.sm.SM3TextEncryptor
 
SM4_CBC - 类 中的静态变量cn.aotcloud.crypto.sm.SM4TextEncryptor
 
SM4_ECB - 类 中的静态变量cn.aotcloud.crypto.sm.SM4TextEncryptor
 
SM4NativeTextEncryptor - cn.aotcloud.crypto.sm.jni中的类
 
SM4NativeTextEncryptor(String) - 类 的构造器cn.aotcloud.crypto.sm.jni.SM4NativeTextEncryptor
 
SM4NativeTextEncryptor(String, String, String) - 类 的构造器cn.aotcloud.crypto.sm.jni.SM4NativeTextEncryptor
 
SM4NativeTextEncryptor(String, boolean) - 类 的构造器cn.aotcloud.crypto.sm.jni.SM4NativeTextEncryptor
 
SM4NativeTextEncryptor(String, boolean, String, String) - 类 的构造器cn.aotcloud.crypto.sm.jni.SM4NativeTextEncryptor
 
SM4TextEncryptor - cn.aotcloud.crypto.sm中的类
SM4对称加密解密
SM4TextEncryptor(String) - 类 的构造器cn.aotcloud.crypto.sm.SM4TextEncryptor
 
SM4TextEncryptor(String, boolean) - 类 的构造器cn.aotcloud.crypto.sm.SM4TextEncryptor
 
SM4TextEncryptor(String, String, String) - 类 的构造器cn.aotcloud.crypto.sm.SM4TextEncryptor
 
SM4TextEncryptor(String, boolean, String, String) - 类 的构造器cn.aotcloud.crypto.sm.SM4TextEncryptor
 
SMCryptoFactory - cn.aotcloud.crypto.sm.delegate中的类
 
SMCryptoFactory() - 类 的构造器cn.aotcloud.crypto.sm.delegate.SMCryptoFactory
 
SMImplMode - cn.aotcloud.crypto.sm中的枚举
 
SmKeyLoader - cn.aotcloud.crypto.sm中的接口
获得SM的密钥
SMNativeLicenseInit - cn.aotcloud.crypto.sm.jni中的类
 
SMNativeLicenseInit() - 类 的构造器cn.aotcloud.crypto.sm.jni.SMNativeLicenseInit
 
SMTextEncryptor - cn.aotcloud.crypto.sm中的类
国密加密解密基类,国密算法实现都应该继承于该类。
SMTextEncryptor() - 类 的构造器cn.aotcloud.crypto.sm.SMTextEncryptor
 
sortByLetterAsc(List<T>, String) - 类 中的静态方法cn.aotcloud.utils.SortByLetterAscUtils
 
sortByLetterAsc(Object, Class<?>, String) - 类 中的静态方法cn.aotcloud.utils.SortByLetterAscUtils
 
SortByLetterAscUtils - cn.aotcloud.utils中的类
 
SortByLetterAscUtils() - 类 的构造器cn.aotcloud.utils.SortByLetterAscUtils
 
sortMapByKey(Map<String, Object>) - 类 中的静态方法cn.aotcloud.utils.MapSortUtil
使用 Map按key进行排序
splitSqlScript(String, char, List<String>) - 类 中的静态方法cn.aotcloud.utils.ScriptUtils
已过时。
as of Spring Framework 5.2.16 with no plans for replacement. This is an internal API and will likely be removed in Spring Framework 6.0.
splitSqlScript(String, String, List<String>) - 类 中的静态方法cn.aotcloud.utils.ScriptUtils
已过时。
as of Spring Framework 5.2.16 with no plans for replacement. This is an internal API and will likely be removed in Spring Framework 6.0.
splitSqlScript(EncodedResource, String, String, String, String, String, List<String>) - 类 中的静态方法cn.aotcloud.utils.ScriptUtils
已过时。
as of Spring Framework 5.2.16 with no plans for replacement. This is an internal API and will likely be removed in Spring Framework 6.0.
splitSqlScript(EncodedResource, String, String, String[], String, String, List<String>) - 类 中的静态方法cn.aotcloud.utils.ScriptUtils
已过时。
as of Spring Framework 5.2.16 with no plans for replacement. This is an internal API and will likely be removed in Spring Framework 6.0.
SqlExecuteTimeCountInterceptor - cn.aotcloud.mybatis中的类
 
SqlExecuteTimeCountInterceptor(SessionProperties, RedisConnectionFactory, boolean) - 类 的构造器cn.aotcloud.mybatis.SqlExecuteTimeCountInterceptor
 
SqlLogInterceptor - cn.aotcloud.mybatis.plus中的类
 
SqlLogInterceptor() - 类 的构造器cn.aotcloud.mybatis.plus.SqlLogInterceptor
 
StandardAuthkey() - 类 的构造器cn.aotcloud.crypto.EncryptionProperties.StandardAuthkey
 
StandardPcodeEncoder - cn.aotcloud.crypto.pcode中的类
 
StandardPcodeEncoder() - 类 的构造器cn.aotcloud.crypto.pcode.StandardPcodeEncoder
 
StandardPcodeEncoder(CharSequence) - 类 的构造器cn.aotcloud.crypto.pcode.StandardPcodeEncoder
 
startPrintSQL() - 类 中的静态方法cn.aotcloud.mybatis.plus.SqlLogInterceptor
 
stopAfterAttempt(int) - 类 中的静态方法cn.aotcloud.retry.StopStrategies
Returns a stop strategy which stops after N failed attempts.
stopAfterDelay(long) - 类 中的静态方法cn.aotcloud.retry.StopStrategies
stopAfterDelay(long, TimeUnit) - 类 中的静态方法cn.aotcloud.retry.StopStrategies
Returns a stop strategy which stops after a given delay.
StopStrategies - cn.aotcloud.retry中的类
Factory class for StopStrategy instances.
StopStrategy - cn.aotcloud.retry中的接口
A strategy used to decide if a retryer must stop retrying after a failed attempt or not.
StringSafeUtil - cn.aotcloud.utils中的类
 
StringSafeUtil() - 类 的构造器cn.aotcloud.utils.StringSafeUtil
 
stringToInputStream(String) - 类 中的静态方法cn.aotcloud.utils.CodecUtils
 
successResult() - 类 中的静态方法cn.aotcloud.entity.WeiXinResult
 
SYSTEM_ERROR - 类 中的静态变量cn.aotcloud.exception.ErrorCode
 

T

targetHost - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
targetUri - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
targetUriObj - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 
taskdebug(String, String) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
taskdebug(String, String, Object...) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
taskError(String, String) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
taskError(String, String, Object...) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
taskInfo(String, String) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
taskInfo(String, String, Object...) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
TenantUserSecret - cn.aotcloud.entity中的类
 
TenantUserSecret() - 类 的构造器cn.aotcloud.entity.TenantUserSecret
 
TextCryptoType - cn.aotcloud.crypto中的枚举
支持的文本字符串加密类型
textToNumericFormatV4(String) - 类 中的静态方法cn.aotcloud.utils.IpUtils
将IPv4地址转换成字节
threadSleepStrategy() - 类 中的静态方法cn.aotcloud.retry.BlockStrategies
Returns a block strategy that puts the current thread to sleep between retries.
TimeLimiter - cn.aotcloud.retry中的接口
Imposes a time limit on method calls.
toSM3 - 类 中的变量cn.aotcloud.crypto.sm.SM2ToSM3TextEncryptor
控制解密后是否发送SM3消息摘要字符串,如果为false,则返回明文。
toString(InputStream, String) - 类 中的静态方法cn.aotcloud.utils.OAuthSafeUtil
 
transferQueryParams(MultiValueMap<String, String>) - 类 中的静态方法cn.aotcloud.utils.HttpServletUtil
 
type - 类 中的变量cn.aotcloud.crypto.sm.SM4TextEncryptor
ECB 和 CBC

U

uncompress(File, File, String) - 类 中的静态方法cn.aotcloud.utils.FileZipUtils
解压
unpackExportZipEntry(ZipFile, ZipEntry, String) - 类 中的静态方法cn.aotcloud.utils.CompressUtil
 
unpackZip(String, String) - 类 中的静态方法cn.aotcloud.utils.CompressUtil
解压zip格式的压缩包
unpackZip(File, String) - 类 中的静态方法cn.aotcloud.utils.CompressUtil
 
unZip(InputStream, String, String) - 类 中的静态方法cn.aotcloud.utils.CompressUtil
解压 zip 文件
update(String) - 接口 中的方法cn.aotcloud.mapper.DbAdminMapper
 
updateFill(MetaObject) - 类 中的方法cn.aotcloud.mybatis.plus.DateAutoFillHandler
 
URLConnectionClient - cn.aotcloud.utils中的类
Implementation of the Oltu OAuth HttpClient using URL Connection
URLConnectionClient() - 类 的构造器cn.aotcloud.utils.URLConnectionClient
 
USERINFO_THREAD_LOCAL - 类 中的静态变量cn.aotcloud.logger.LoggerHandle
 
useSystemProperties - 类 中的变量cn.aotcloud.proxy.BaseProxyServlet
 

V

ValidateCorpidError - 异常错误 中的静态变量cn.aotcloud.wx.utils.AesException
 
ValidateSignatureError - 异常错误 中的静态变量cn.aotcloud.wx.utils.AesException
 
validateSourcePath(String) - 类 中的静态方法cn.aotcloud.utils.CompressUtil
源文件路径判断
validateTargetPath(String) - 类 中的静态方法cn.aotcloud.utils.CompressUtil
解压路径存在判断
valueOf(String) - 枚举 中的静态方法cn.aotcloud.crypto.sm.SMImplMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.aotcloud.crypto.TextCryptoType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.aotcloud.entity.WeiXinResult.WexinErrorCode
返回带有指定名称的该类型的枚举常量。
valueOfCode(Integer) - 枚举 中的静态方法cn.aotcloud.entity.WeiXinResult.WexinErrorCode
 
values() - 枚举 中的静态方法cn.aotcloud.crypto.sm.SMImplMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.aotcloud.crypto.TextCryptoType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.aotcloud.entity.WeiXinResult.WexinErrorCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VerifyURL(String, String, String, String) - 类 中的方法cn.aotcloud.wx.utils.WXBizMsgCrypt
验证URL

W

WaitStrategies - cn.aotcloud.retry中的类
Factory class for instances of WaitStrategy.
WaitStrategy - cn.aotcloud.retry中的接口
A strategy used to decide how long to sleep before retrying after a failed attempt.
warn(String) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
warn(Throwable) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
warn(String, Object...) - 类 中的方法cn.aotcloud.logger.LoggerHandle
 
WeiXinResult - cn.aotcloud.entity中的类
 
WeiXinResult() - 类 的构造器cn.aotcloud.entity.WeiXinResult
 
WeiXinResult.WexinErrorCode - cn.aotcloud.entity中的枚举
企信消息事件类型
withAttemptTimeLimiter(AttemptTimeLimiter<V>) - 类 中的方法cn.aotcloud.retry.RetryerBuilder
Configures the retryer to limit the duration of any particular attempt by the given duration.
withBlockStrategy(BlockStrategy) - 类 中的方法cn.aotcloud.retry.RetryerBuilder
Sets the block strategy used to decide how to block between retry attempts.
withRetryListener(RetryListener) - 类 中的方法cn.aotcloud.retry.RetryerBuilder
Adds a listener that will be notified of each attempt that is made
withStopStrategy(StopStrategy) - 类 中的方法cn.aotcloud.retry.RetryerBuilder
Sets the stop strategy used to decide when to stop retrying.
withWaitStrategy(WaitStrategy) - 类 中的方法cn.aotcloud.retry.RetryerBuilder
Sets the wait strategy used to decide how long to sleep between failed attempts.
wrap(Callable<V>) - 类 中的方法cn.aotcloud.retry.Retryer
Wraps the given Callable in a Retryer.RetryerCallable, which can be submitted to an executor.
write(InputStream, String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
writeFileContent(String, String) - 类 中的静态方法cn.aotcloud.utils.FileUtil
 
WXBizMsgCrypt - cn.aotcloud.wx.utils中的类
提供接收和推送给企业微信消息的加解密接口(UTF8编码的字符串).
WXBizMsgCrypt(String, String, String) - 类 的构造器cn.aotcloud.wx.utils.WXBizMsgCrypt
构造函数

X

XMLParse - cn.aotcloud.wx.utils中的类
XMLParse class 提供提取消息格式中的密文及生成回复消息格式的接口.
XMLParse() - 类 的构造器cn.aotcloud.wx.utils.XMLParse
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
跳过导航链接

Copyright © 2023. All rights reserved.