Searched refs:allowedKeys (Results 1 – 1 of 1) sorted by relevance
124 public static SignedConfig parse(String config, Set<String> allowedKeys, in parse() argument134 parsedConfigs.add(parsePerSdkConfig(perSdkConfig.getJSONObject(i), allowedKeys, in parse() local154 static PerSdkConfig parsePerSdkConfig(JSONObject json, Set<String> allowedKeys, in parsePerSdkConfig() argument166 if (!allowedKeys.contains(key)) { in parsePerSdkConfig()