| Type | Name and description |
|---|---|
java.lang.String[] |
classesSpecified classes to encrypt. |
java.lang.String |
customFunctionCustom Encryption function (not implemented) @TODO : implement this option |
boolean |
debugEnable / disable the DEBUG (verbose) mode |
boolean |
enabledEnable or disable the Enigma Plugin |
java.lang.String |
encryptionTaskNameCustom Encryption task (not implemented) @TODO : implement this option |
java.lang.String |
hashDefine the Key to encrypt Strings |
java.lang.String[] |
ignoredClassesDefine classes to ignore (no encryption) |
boolean |
injectFakeKeysEnable / disable the fake keys injection (honeypot principal) |
java.lang.String |
srcJavaDefault source folder (Android Java App) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Specified classes to encrypt. If null all classes are encrypted, excepted ignored classes.
Custom Encryption function (not implemented)
Enable / disable the DEBUG (verbose) mode
Enable or disable the Enigma Plugin
Custom Encryption task (not implemented)
Define the Key to encrypt Strings
Define classes to ignore (no encryption)
Enable / disable the fake keys injection (honeypot principal)
Default source folder (Android Java App)