Skip to content
Snippets Groups Projects
ppdd_ppac_parameters.proto 421 B
Newer Older
CWA Technical User's avatar
CWA Technical User committed
// This file is auto-generated, DO NOT make any changes here
syntax = "proto3";
package de.rki.coronawarnapp.server.protocols.internal.v2;


message PPDDPrivacyPreservingAccessControlParametersIOS {
}

message PPDDPrivacyPreservingAccessControlParametersAndroid {
  bool requireBasicIntegrity = 1;
  bool requireCTSProfileMatch = 2;
  bool requireEvaluationTypeBasic = 3;
  bool requireEvaluationTypeHardwareBacked = 4;
}