Searched refs:getSoftwareEnforced (Results 1 – 2 of 2) sorted by relevance
801 aaid = attestation.getSoftwareEnforced().getAttestationApplicationId(); in checkAttestationApplicationId()822 nonKeyDetailsList = attestation.getSoftwareEnforced(); in checkAttestationDeviceProperties()824 keyDetailsList = attestation.getSoftwareEnforced(); in checkAttestationDeviceProperties()852 assertNull(attestation.getSoftwareEnforced().getImei()); in checkAttestationNoUniqueIds()853 assertNull(attestation.getSoftwareEnforced().getMeid()); in checkAttestationNoUniqueIds()854 assertNull(attestation.getSoftwareEnforced().getSerialNumber()); in checkAttestationNoUniqueIds()921 attestation.getSoftwareEnforced().getOrigin() != null || in checkOrigin()925 attestation.getSoftwareEnforced().getOrigin() == null || in checkOrigin()930 assertThat(attestation.getSoftwareEnforced().getOrigin(), is(KM_ORIGIN_GENERATED)); in checkOrigin()940 attestation.getSoftwareEnforced().isAllApplications()); in checkFlags()[all …]
137 public AuthorizationList getSoftwareEnforced() { in getSoftwareEnforced() method in Attestation