cryptoStrategies property

CryptoStrategies? cryptoStrategies
final

Custom crypto strategies. If not provided the sdk will use crypto strategies that:

  • Allow for the creation of a new key of the data owner
  • Do not use any custom key recovery solutions
  • Considers any keys recovered using iCure's recovery methods as unverified
  • Considers all public keys of other data owners as verified
  • Considers patients as anonymous data owners

Implementation

final CryptoStrategies? cryptoStrategies;