public interface KeyNameObfuscator
Obfuscate the keyName to obtain the keyRef. Obfuscation has to be reversible.
Calling several time obfuscate(String)
| Modifier and Type | Method and Description |
|---|---|
byte[] |
obfuscate(String keyName) |
String |
unObfuscate(byte[] keyref) |
Copyright © 2018. All rights reserved.