|
Project:
|
DeIdentifier : Public Class
- Operations
- Messages From
- Advanced
| Operation |
Public
hashWithSalt (input: String,
salt: String,
) : String
|
Details:
|
Notes:
|
pseudonymisation in that the salt can be used to re-identify the hashed data by using the salt (secret)<br/>
|
[ Is static True. Is abstract False. Is return array False. Is query False. Is synchronized False. ]
|
Public
deIdentifyIds (companyIds: List<String>,
secretSalt: String,
) : Map<String, String>
|
Details:
|
Notes:
|
TODO: Creating this hashmap makes it possible to retrieve the same hashcodes for different datasets<br/>
|
[ Is static True. Is abstract False. Is return array False. Is query False. Is synchronized False. ]
|
| Element |
Message |
| DatasetCreator |
deIdentifyIds(List, String) |
Details:
Type: Sequence Synchronous Call
Encrypts a list of identifiers and returns a mapping table.
|
| DatasetCreator |
deIdentifyIds(List, String) |
Details:
Type: Sequence Synchronous Call
Encrypts a list of identifiers and returns a mapping table.
|
| DatasetCreator |
deIdentifyIds(List, String) |
Details:
Type: Sequence Synchronous Call
Encrypts a list of identifiers and returns a mapping table.
|
| DatasetCreator |
deIdentifyIds(List, String) |
Details:
Type: Sequence Synchronous Call
Encrypts a list of identifiers and returns a mapping table.
|
| Property |
Value |
| isFinalSpecialization: |
0 |
|