Searched refs:trustRoot (Results 1 – 1 of 1) sorted by relevance
1293 Pair<String, byte[]> trustRoot = parseTrustRoot(child); in parseUpdateParameter() local1294 updateParam.setTrustRootCertUrl(trustRoot.first); in parseUpdateParameter()1295 updateParam.setTrustRootCertSha256Fingerprint(trustRoot.second); in parseUpdateParameter()