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