public interface DataObfuscator
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DataObfuscator.Factory
Factory method for obfuscator
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearKey()
Clears the internal key reference
|
void |
deobfuscate(byte[] obfuscated)
De-Obfuscates the given byte array.
|
void |
obfuscate(byte[] original)
Obfuscates the given byte array.
|
void obfuscate(byte[] original)
original - out parametervoid deobfuscate(byte[] obfuscated)
obfuscated - out parametervoid clearKey()