public class BinaryAnonymizer extends AbstractAnonymizer<byte[]>
attributeAnonymizers, schemaManager
Constructor and Description |
---|
BinaryAnonymizer() |
Modifier and Type | Method and Description |
---|---|
Attribute |
anonymize(Map<Value<byte[]>,Value<byte[]>> valueMap,
Attribute attribute)
Anonymize an attribute using pure random values (either chars of bytes, depending on the Attribute type)
|
setAnonymizers, setSchemaManager
public Attribute anonymize(Map<Value<byte[]>,Value<byte[]>> valueMap, Attribute attribute)
valueMap
- The existing map for value to the associated anonymized counterpartattribute
- The attribute to anonymizeCopyright © 2019. All rights reserved.