public class NullifyObfuscationHandler extends Object implements DataObfuscationHandler<Object>
| Constructor and Description |
|---|
NullifyObfuscationHandler() |
| Modifier and Type | Method and Description |
|---|---|
Object |
obfuscate(Object data)
this methods will contains the logic to obfuscate your data given as input.
|
public Object obfuscate(Object data)
DataObfuscationHandlerFor instance an obfuscation rule on name "Dupont" could be "D."
obfuscate in interface DataObfuscationHandler<Object>data - the actual input to obfuscate.Copyright © 2013-2018–2019 SeedStack. All rights reserved.