Searched refs:osPatchLevel (Results 1 – 1 of 1) sorted by relevance
196 private Integer osPatchLevel; field in AuthorizationList263 osPatchLevel = Asn1Utils.getIntegerFromAsn1(value); in AuthorizationList()387 osPatchLevel = CborUtils.getInt(submodMap, key); in AuthorizationList()688 return osPatchLevel; in getOsPatchLevel()845 if (osPatchLevel != null) { in toString()846 s.append("\nOS Patchlevel: ").append(osPatchLevel); in toString()