Home
last modified time | relevance | path

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

/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
DAuthorizationList.java179 private Integer osPatchLevel; field in AuthorizationList
232 osPatchLevel = Asn1Utils.getIntegerFromAsn1(value); in AuthorizationList()
504 return osPatchLevel; in getOsPatchLevel()
592 if (osPatchLevel != null) { in toString()
593 s.append("\nOS Patchlevel: ").append(osPatchLevel); in toString()