Searched refs:bootPatchLevel (Results 1 – 2 of 2) sorted by relevance
200 private Integer bootPatchLevel; field in AuthorizationList281 bootPatchLevel = Asn1Utils.getIntegerFromAsn1(value); in AuthorizationList()411 bootPatchLevel = CborUtils.getInt(submodMap, key); in AuthorizationList()720 return bootPatchLevel; in getBootPatchLevel()885 if (bootPatchLevel != null) { in toString()886 s.append("\nBoot Patchlevel: ").append(bootPatchLevel); in toString()
197 if (keyDetailsList.bootPatchLevel.isPresent()) { in collectStoredInformation()198 localStore.addResult("boot_patch_level", keyDetailsList.bootPatchLevel.get()); in collectStoredInformation()