- decode(String, int) - 类 中的静态方法com.github.megatronking.stringfog.Base64
-
Decode the Base64-encoded data in input and return the data in
a new byte array.
- decode(byte[], int) - 类 中的静态方法com.github.megatronking.stringfog.Base64
-
Decode the Base64-encoded data in input and return the data in
a new byte array.
- decrypt(String, String) - 接口 中的方法com.github.megatronking.stringfog.IStringFog
-
Decrypt the data to origin by the special key.
- decrypt(String, String) - 类 中的方法com.github.megatronking.stringfog.StringFogWrapper
-
- DEFAULT - 类 中的静态变量com.github.megatronking.stringfog.Base64
-
Default values for encoder/decoder flags.