Searched refs:rootOfTrust (Results 1 – 2 of 2) sorted by relevance
183 private RootOfTrust rootOfTrust; field in AuthorizationList274 rootOfTrust = new RootOfTrust(value); in AuthorizationList()521 return rootOfTrust; in getRootOfTrust()644 if (rootOfTrust != null) { in toString()646 s.append(rootOfTrust); in toString()
770 RootOfTrust rootOfTrust = attestation.getTeeEnforced().getRootOfTrust(); in checkRootOfTrust() local771 assertNotNull(rootOfTrust); in checkRootOfTrust()772 assertNotNull(rootOfTrust.getVerifiedBootKey()); in checkRootOfTrust()773 assertTrue(rootOfTrust.getVerifiedBootKey().length >= 32); in checkRootOfTrust()