public interface ByteArrayRuntimeObfuscator
| Modifier and Type | Interface and Description |
|---|---|
static class |
ByteArrayRuntimeObfuscator.Default |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes()
Get an de-obfuscated copy of the original data.
|
void |
wipe()
Wipe and overwrite the internal byte arrays
|