Searched refs:getSoftwareEnforced (Results 1 – 2 of 2) sorted by relevance
635 aaid = attestation.getSoftwareEnforced().getAttestationApplicationId(); in checkAttestationApplicationId()655 nonKeyDetailsList = attestation.getSoftwareEnforced(); in checkAttestationDeviceProperties()657 keyDetailsList = attestation.getSoftwareEnforced(); in checkAttestationDeviceProperties()685 assertNull(attestation.getSoftwareEnforced().getImei()); in checkAttestationNoUniqueIds()686 assertNull(attestation.getSoftwareEnforced().getMeid()); in checkAttestationNoUniqueIds()687 assertNull(attestation.getSoftwareEnforced().getSerialNumber()); in checkAttestationNoUniqueIds()752 attestation.getSoftwareEnforced().getOrigin() != null || in checkOrigin()756 attestation.getSoftwareEnforced().getOrigin() == null || in checkOrigin()761 assertThat(attestation.getSoftwareEnforced().getOrigin(), is(KM_ORIGIN_GENERATED)); in checkOrigin()771 attestation.getSoftwareEnforced().isAllApplications()); in checkFlags()[all …]
123 public AuthorizationList getSoftwareEnforced() { in getSoftwareEnforced() method in Attestation