T - The type of value this Algorithm masks - must be one of the
types identified by enums:
public interface MaskingAlgorithm<T> extends MaskingComponent
| Modifier and Type | Interface and Description |
|---|---|
static class |
MaskingAlgorithm.MaskingType
Enumeration of all supported type parameter T values for MaskingAlgorithm.
|
IDENTIFIER_SCOPING_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
T |
mask(T value)
Method to mask a value of the specified type
|
getAllowFurtherInstances, getDefaultInstances, getDescription, getDocumentation, getName, setup, tearDown, validateT mask(@Nullable T value) throws MaskingException
value - The value to be masked.MaskingException - If an error occurs while masking.