Make EapAkaPrimeConfigs have the correct methodType.

This change adds a private constructor to EapAkaConfig so that
EapAkaPrimeConfig instances will be created with the correct methodType
value.

EapAkaPrimeConfig currently calls a super-constructor to EapAkaConfig,
which passes a methodType for EAP-AKA to EapUiccConfig. This causes
EapAkaPrimeConfig to have a method type for EAP-AKA, which is incorrect.

Bug: 153684470
Test: atest FrameworksIkeTests CtsIkeTestCases
Change-Id: Ie27ee45163567651ac5680e637cc1a267c5ef7f3
2 files changed
tree: 718a19e6cc4a22b86848bb2781a6880779cbe513
  1. apex/
  2. api/
  3. src/
  4. tests/
  5. Android.bp
  6. jarjar-rules-shared.txt
  7. OWNERS
  8. PREUPLOAD.cfg
  9. README.md
  10. TEST_MAPPING
README.md

IKEv2 Library for Android

Introduction

This IKEv2 library is an in-process client library implementing the IKEv2 protocol as well as extensions necessary for the support of IWLAN. It is designed to work in a non-privileged fashion on top of the Android IPsec API surface.