跳过导航链接
A B C D E G H I J K M O P R S V 

A

AES_NAME - 类 中的静态变量com.facecto.code.safe.utils.AESUtils
 
AESUtils - com.facecto.code.safe.utils中的类
AESUtils
AESUtils() - 类 的构造器com.facecto.code.safe.utils.AESUtils
 
ALGORITHM - 类 中的静态变量com.facecto.code.safe.utils.AESUtils
 
algorithm - 类 中的静态变量com.facecto.code.safe.utils.RSAUtils
 

B

beforeBodyRead(HttpInputMessage, MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - 类 中的方法com.facecto.code.safe.handler.RequestHandler
 
beforeBodyWrite(Object, MethodParameter, MediaType, Class<? extends HttpMessageConverter<?>>, ServerHttpRequest, ServerHttpResponse) - 类 中的方法com.facecto.code.safe.handler.ResponseHandler
 
ByteHexUtils - com.facecto.code.safe.utils中的类
ByteHexUtils
ByteHexUtils() - 类 的构造器com.facecto.code.safe.utils.ByteHexUtils
 

C

code - 类 中的变量com.facecto.code.safe.SafeResult
 
com.facecto.code.safe - 程序包 com.facecto.code.safe
 
com.facecto.code.safe.annotation - 程序包 com.facecto.code.safe.annotation
 
com.facecto.code.safe.config - 程序包 com.facecto.code.safe.config
 
com.facecto.code.safe.handler - 程序包 com.facecto.code.safe.handler
 
com.facecto.code.safe.properties - 程序包 com.facecto.code.safe.properties
 
com.facecto.code.safe.utils - 程序包 com.facecto.code.safe.utils
 
CryptUtils - com.facecto.code.safe.utils中的类
CryptUtils
CryptUtils() - 类 的构造器com.facecto.code.safe.utils.CryptUtils
 

D

data - 类 中的变量com.facecto.code.safe.SafeResult
 
Decrypt - com.facecto.code.safe.annotation中的注释类型
Annotation Decrypt
decrypt(String, String, String) - 类 中的静态方法com.facecto.code.safe.utils.AESUtils
decrypt
decrypt(String, PrivateKey) - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
decrypt by privateKey
decrypt(String, RSAPrivateKey) - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
decrypt by privateKey
decrypt(String, String) - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
decrypt by privateKey
decrypt(String, PublicKey) - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
decrypt by publickey
decryptData(SafeResult, String, String) - 类 中的静态方法com.facecto.code.safe.utils.CryptUtils
decrypt SafeResult to CodeResult
decryptString2Map(String, String, String) - 类 中的静态方法com.facecto.code.safe.utils.CryptUtils
decrypt string 2 map
DEFAULT_DYNAMIC - 类 中的静态变量com.facecto.code.safe.properties.SafeProperties
 
DEFAULT_IV - 类 中的静态变量com.facecto.code.safe.properties.SafeProperties
 
DEFAULT_KEY - 类 中的静态变量com.facecto.code.safe.properties.SafeProperties
 
DEFAULT_PRIKEY - 类 中的静态变量com.facecto.code.safe.properties.SafeProperties
 
DEFAULT_RSA - 类 中的静态变量com.facecto.code.safe.properties.SafeProperties
 
DEFAULT_SECRET - 类 中的静态变量com.facecto.code.safe.properties.SafeProperties
 

E

EnableCodeSafe - com.facecto.code.safe.annotation中的注释类型
Annotation EnableCodeSafe
Encrypt - com.facecto.code.safe.annotation中的注释类型
Annotation Encrypt
encrypt(String, String, String) - 类 中的静态方法com.facecto.code.safe.utils.AESUtils
encrypt
encrypt(String, RSAPublicKey) - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
encrypt by publicKey
encrypt(String, PublicKey) - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
encrypt by publicKey
encrypt(String, String) - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
encrypt by publicKey
encrypt(String, PrivateKey) - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
encrypt by privateKey
encrypt2String(Map<String, Object>, String, String) - 类 中的静态方法com.facecto.code.safe.utils.CryptUtils
encrypt map 2 string
encryptData(CodeResult, String, String, String) - 类 中的静态方法com.facecto.code.safe.utils.CryptUtils
encrypt CodeResult 2 SafeResult
error() - 类 中的静态方法com.facecto.code.safe.SafeResult
SafeResult
error(Integer) - 类 中的静态方法com.facecto.code.safe.SafeResult
SafeResult
error(Integer, String) - 类 中的静态方法com.facecto.code.safe.SafeResult
SafeResult

G

getBase64tring(byte[]) - 类 中的静态方法com.facecto.code.safe.utils.ByteHexUtils
byte[] 2 BASE64 String
getByteFromBase64String(String) - 类 中的静态方法com.facecto.code.safe.utils.ByteHexUtils
BASE64 String 2 byte[]
getByteFromHexString(String) - 类 中的静态方法com.facecto.code.safe.utils.ByteHexUtils
HexString 2 byte[]
getHasDynamic() - 类 中的方法com.facecto.code.safe.config.SafeConfig
 
getHasDynamic() - 类 中的方法com.facecto.code.safe.properties.SafeProperties
 
getHasRsa() - 类 中的方法com.facecto.code.safe.config.SafeConfig
 
getHasRsa() - 类 中的方法com.facecto.code.safe.properties.SafeProperties
 
getHexString(byte[]) - 类 中的静态方法com.facecto.code.safe.utils.ByteHexUtils
byte[] 2 HexString
getIv() - 类 中的方法com.facecto.code.safe.config.SafeConfig
 
getIv() - 类 中的方法com.facecto.code.safe.properties.SafeProperties
 
getKey() - 类 中的方法com.facecto.code.safe.config.SafeConfig
 
getKey() - 类 中的方法com.facecto.code.safe.properties.SafeProperties
 
getKeyPair() - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
create keyPair
getMd5(String) - 类 中的静态方法com.facecto.code.safe.utils.CryptUtils
get md5
getPriKey() - 类 中的方法com.facecto.code.safe.properties.SafeProperties
 
getPrivateKey() - 类 中的方法com.facecto.code.safe.config.SafeConfig
 
getPrivateKey(RSAPrivateKey) - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
get privateKey
getPrivateKey(String) - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
get privateKey
getPublicKey(RSAPublicKey) - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
get publicKey
getPublicKey(String) - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
get publicKey
getRSAPrivateKey(KeyPair) - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
get privateKey
getRSAPrivateKeyString(KeyPair) - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
get privateKey string
getRSAPublicKey(KeyPair) - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
get RSA
getRSAPublicKeyString(KeyPair) - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
get RSA string
getSecret() - 类 中的方法com.facecto.code.safe.config.SafeConfig
 
getSecret() - 类 中的方法com.facecto.code.safe.properties.SafeProperties
 
getSha(String) - 类 中的静态方法com.facecto.code.safe.utils.CryptUtils
get sha1

H

hasDynamic - 类 中的变量com.facecto.code.safe.properties.SafeProperties
 
hasJsonString(String) - 类 中的静态方法com.facecto.code.safe.utils.JSONUtils
 
hasRsa - 类 中的变量com.facecto.code.safe.properties.SafeProperties
 

I

iv - 类 中的变量com.facecto.code.safe.config.SafeConfig
 
iv - 类 中的变量com.facecto.code.safe.properties.SafeProperties
 

J

JSONUtils - com.facecto.code.safe.utils中的类
JSONUtils
JSONUtils() - 类 的构造器com.facecto.code.safe.utils.JSONUtils
 

K

key - 类 中的变量com.facecto.code.safe.config.SafeConfig
 
key - 类 中的变量com.facecto.code.safe.properties.SafeProperties
 
keySize - 类 中的静态变量com.facecto.code.safe.utils.RSAUtils
 

M

message - 类 中的变量com.facecto.code.safe.SafeResult
 

O

ok(String, String) - 类 中的静态方法com.facecto.code.safe.SafeResult
SafeResult
ok(String, String, String) - 类 中的静态方法com.facecto.code.safe.SafeResult
SafeResult

P

priKey - 类 中的变量com.facecto.code.safe.properties.SafeProperties
 
privateKeyString - 类 中的变量com.facecto.code.safe.config.SafeConfig
 

R

redisTemplate - 类 中的变量com.facecto.code.safe.config.SafeConfig
 
RequestHandler - com.facecto.code.safe.handler中的类
RequestHandler
RequestHandler() - 类 的构造器com.facecto.code.safe.handler.RequestHandler
 
ResponseHandler - com.facecto.code.safe.handler中的类
ResponseHandler
ResponseHandler() - 类 的构造器com.facecto.code.safe.handler.ResponseHandler
 
RSA - 类 中的静态变量com.facecto.code.safe.utils.RSAUtils
 
RSAUtils - com.facecto.code.safe.utils中的类
RSAUtils
RSAUtils() - 类 的构造器com.facecto.code.safe.utils.RSAUtils
 

S

SafeAutoConfiguration - com.facecto.code.safe.config中的类
SafeAutoConfiguration
SafeAutoConfiguration() - 类 的构造器com.facecto.code.safe.config.SafeAutoConfiguration
 
SafeConfig - com.facecto.code.safe.config中的类
SafeConfig
SafeConfig() - 类 的构造器com.facecto.code.safe.config.SafeConfig
 
safeConfig - 类 中的变量com.facecto.code.safe.handler.RequestHandler
 
safeConfig - 类 中的变量com.facecto.code.safe.handler.ResponseHandler
 
safeProperties - 类 中的变量com.facecto.code.safe.config.SafeConfig
 
SafeProperties - com.facecto.code.safe.properties中的类
SafeProperties
SafeProperties() - 类 的构造器com.facecto.code.safe.properties.SafeProperties
 
SafeResult - com.facecto.code.safe中的类
SafeResult
SafeResult(Integer, String, String, String) - 类 的构造器com.facecto.code.safe.SafeResult
SafeResult
secret - 类 中的变量com.facecto.code.safe.config.SafeConfig
 
secret - 类 中的变量com.facecto.code.safe.properties.SafeProperties
 
serialVersionUID - 类 中的静态变量com.facecto.code.safe.SafeResult
 
setHasDynamic(Boolean) - 类 中的方法com.facecto.code.safe.properties.SafeProperties
 
setHasRsa(boolean) - 类 中的方法com.facecto.code.safe.properties.SafeProperties
 
setIv(String) - 类 中的方法com.facecto.code.safe.properties.SafeProperties
 
setKey(String) - 类 中的方法com.facecto.code.safe.properties.SafeProperties
 
setPriKey(String) - 类 中的方法com.facecto.code.safe.properties.SafeProperties
 
setSecret(String) - 类 中的方法com.facecto.code.safe.properties.SafeProperties
 
sign - 类 中的变量com.facecto.code.safe.SafeResult
 
sign(Map<String, Object>, String) - 类 中的静态方法com.facecto.code.safe.utils.CryptUtils
get sign
sign(String, RSAPrivateKey) - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
sign by privatekey
sign(String, PrivateKey) - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
sign by privatekey
signByte(String, PrivateKey) - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
sign by privatekey return byte[]
signFile(String, PrivateKey) - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
sign file by privatekey
signFileByte(File, PrivateKey) - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
sign file by privatekey
signVerify(String, String, String, String) - 类 中的静态方法com.facecto.code.safe.utils.CryptUtils
verify sign
supports(MethodParameter, Type, Class<? extends HttpMessageConverter<?>>) - 类 中的方法com.facecto.code.safe.handler.RequestHandler
 
supports(MethodParameter, Class<? extends HttpMessageConverter<?>>) - 类 中的方法com.facecto.code.safe.handler.ResponseHandler
 

V

verifyFileSign(File, byte[], PublicKey) - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
verify sign by publickey file
verifyFileSign(String, String, PublicKey) - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
verify sign by publickey file
verifySign(String, String, RSAPublicKey) - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
verify sign by publickey
verifySign(String, String, PublicKey) - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
verify sign by publickey
verifySign(byte[], byte[], PublicKey) - 类 中的静态方法com.facecto.code.safe.utils.RSAUtils
verify sign by publickey
A B C D E G H I J K M O P R S V 
跳过导航链接

Copyright © 2022. All rights reserved.