Class HashMaskingFunction

All Implemented Interfaces:
AssignmentTestable, Function, ScalarFunction

public class HashMaskingFunction extends MaskingFunction
A MaskingFunction that replaces the specified column value by its hash according to the specified algorithm. The available algorithms are those defined by the registered security Providers. If no algorithm is passed to the function, the DEFAULT_ALGORITHM will be used.