HealthElementCryptoConfig extension
Methods
-
decryptHealthElement(
String myId, HealthElementDto healthElementDto) → Future< DecryptedHealthElementDto> -
Available on CryptoConfig<
DecryptedHealthElementDto, HealthElementDto> , provided by the HealthElementCryptoConfig extension -
encryptHealthElement(
String myId, Set< String> delegations, DecryptedHealthElementDto healthElementDto) → Future<HealthElementDto> -
Available on CryptoConfig<
DecryptedHealthElementDto, HealthElementDto> , provided by the HealthElementCryptoConfig extension