Searched defs:allowedKeys (Results 1 – 1 of 1) sorted by relevance
124 public static SignedConfig parse(String config, Set<String> allowedKeys, in parse()134 parsedConfigs.add(parsePerSdkConfig(perSdkConfig.getJSONObject(i), allowedKeys, in parse() local154 static PerSdkConfig parsePerSdkConfig(JSONObject json, Set<String> allowedKeys, in parsePerSdkConfig()