C D E G I S 
所有类 所有程序包

C

com.github.megatronking.stringfog - 程序包 com.github.megatronking.stringfog
 
com.github.megatronking.stringfog.annotation - 程序包 com.github.megatronking.stringfog.annotation
 

D

decrypt(byte[], byte[]) - 接口 中的方法com.github.megatronking.stringfog.IStringFog
Decrypt the data to origin by the special key.
decrypt(byte[], byte[]) - 类 中的方法com.github.megatronking.stringfog.StringFogWrapper
 

E

encrypt(String, byte[]) - 接口 中的方法com.github.megatronking.stringfog.IStringFog
Encrypt the data by the special key.
encrypt(String, byte[]) - 类 中的方法com.github.megatronking.stringfog.StringFogWrapper
 

G

generate(String) - 接口 中的方法com.github.megatronking.stringfog.IKeyGenerator
Generate a security key.

I

IKeyGenerator - com.github.megatronking.stringfog中的接口
A generator uses to generate security keys.
IStringFog - com.github.megatronking.stringfog中的接口
Interface of how to encrypt and decrypt a string.

S

shouldFog(String) - 接口 中的方法com.github.megatronking.stringfog.IStringFog
Whether the string should be encrypted.
shouldFog(String) - 类 中的方法com.github.megatronking.stringfog.StringFogWrapper
 
StringFogIgnore - com.github.megatronking.stringfog.annotation中的注释类型
This annotation could keep no fog for string.
StringFogWrapper - com.github.megatronking.stringfog中的类
A wrapper for the real implementation of fogs.
StringFogWrapper(String) - 类 的构造器com.github.megatronking.stringfog.StringFogWrapper
 
C D E G I S 
所有类 所有程序包