Package com.onlinepayments.logging
Interface ObfuscationRule
public interface ObfuscationRule
An obfuscation rule defines how a single value is obfuscated. This can be as simple as returning a fixed mask,
or as complex as necessary.
Obfuscation rules should be thread-safe.
-
Method Summary
-
Method Details
-
obfuscateValue
-