Searched refs:osPatchLevel (Results 1 – 2 of 2) sorted by relevance
198 private Integer osPatchLevel; field in AuthorizationList275 osPatchLevel = Asn1Utils.getIntegerFromAsn1(value); in AuthorizationList()405 osPatchLevel = CborUtils.getInt(submodMap, key); in AuthorizationList()712 return osPatchLevel; in getOsPatchLevel()877 if (osPatchLevel != null) { in toString()878 s.append("\nOS Patchlevel: ").append(osPatchLevel); in toString()
166 if (keyDetailsList.osPatchLevel.isPresent()) { in collectStoredInformation()167 localStore.addResult("patch_level", keyDetailsList.osPatchLevel.get()); in collectStoredInformation()