Home
last modified time | relevance | path

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

/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
DAuthorizationList.java180 private Integer vendorPatchLevel; field in AuthorizationList
235 vendorPatchLevel = Asn1Utils.getIntegerFromAsn1(value); in AuthorizationList()
507 public Integer getVendorPatchLevel() { return vendorPatchLevel; } in getVendorPatchLevel()
596 if (vendorPatchLevel != null) { in toString()
597 s.append("\nVendor Patchlevel: ").append(vendorPatchLevel); in toString()