Home
last modified time | relevance | path

Searched refs:bootPatchLevel (Results 1 – 1 of 1) sorted by relevance

/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
DAuthorizationList.java181 private Integer bootPatchLevel; field in AuthorizationList
238 bootPatchLevel = Asn1Utils.getIntegerFromAsn1(value); in AuthorizationList()
509 public Integer getBootPatchLevel() { return bootPatchLevel; } in getBootPatchLevel()
600 if (bootPatchLevel != null) { in toString()
601 s.append("\nBoot Patchlevel: ").append(bootPatchLevel); in toString()