索引
All Classes and Interfaces|常量字段值|所有程序包
B
- Base64 - com.github.megatronking.stringfog中的类
-
Utilities for encoding and decoding the Base64 representation of binary data.
C
- com.github.megatronking.stringfog - 程序包 com.github.megatronking.stringfog
- com.github.megatronking.stringfog.annotation - 程序包 com.github.megatronking.stringfog.annotation
D
- decode(byte[], int) - 类中的静态方法 com.github.megatronking.stringfog.Base64
-
Decode the Base64-encoded data in input and return the data in a new byte array.
- decode(String, int) - 类中的静态方法 com.github.megatronking.stringfog.Base64
-
Decode the Base64-encoded data in input and return the data in a new byte array.
- 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
- DEFAULT - 类中的静态变量 com.github.megatronking.stringfog.Base64
-
Default values for encoder/decoder flags.
E
- encode(byte[], int) - 类中的静态方法 com.github.megatronking.stringfog.Base64
-
Base64-encode the given data and return a newly allocated byte[] with the result.
- encode(String, int) - 类中的静态方法 com.github.megatronking.stringfog.Base64
-
Base64-encode the given data and return a newly allocated byte[] with the result.
- 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.
N
- NO_PADDING - 类中的静态变量 com.github.megatronking.stringfog.Base64
-
Encoder flag bit to omit the padding '=' characters at the end of the output (if any).
- NO_WRAP - 类中的静态变量 com.github.megatronking.stringfog.Base64
-
Encoder flag bit to omit all line terminators (i.e., the output will be on one long line).
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中的Annotation Interface
-
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
All Classes and Interfaces|常量字段值|所有程序包