Searched refs:bootPatchLevel (Results 1 – 1 of 1) sorted by relevance
181 private Integer bootPatchLevel; field in AuthorizationList238 bootPatchLevel = Asn1Utils.getIntegerFromAsn1(value); in AuthorizationList()509 public Integer getBootPatchLevel() { return bootPatchLevel; } in getBootPatchLevel()600 if (bootPatchLevel != null) { in toString()601 s.append("\nBoot Patchlevel: ").append(bootPatchLevel); in toString()