public final class HkdfXorObfuscator extends java.lang.Object implements DataObfuscator
| Modifier and Type | Class and Description |
|---|---|
static class |
HkdfXorObfuscator.Factory |
| 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.
|
public void obfuscate(byte[] original)
DataObfuscatorobfuscate in interface DataObfuscatororiginal - out parameterpublic void deobfuscate(byte[] obfuscated)
DataObfuscatordeobfuscate in interface DataObfuscatorobfuscated - out parameterpublic void clearKey()
DataObfuscatorclearKey in interface DataObfuscator