T - the type of data to obfuscate.public interface DataObfuscationHandler<T>
| Modifier and Type | Method and Description |
|---|---|
T |
obfuscate(T data)
this methods will contains the logic to obfuscate your data given as input.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.