Support decoding Traffic Selector

This commit:
- Create IkeTrafficSelector class
- Suuport decoding IkeTrafficSelector from inbound IKE packet.

Bug: 0124528083
Test: FrameworksIkeTests IkeTrafficSelectorTest
Change-Id: I09d9684bd26831bd7012cc32fdb1fbdf5028ecfb
5 files changed
tree: 187659cb681e277b62aabe0f54067eb3a48cf9c0
  1. src/
  2. tests/
  3. Android.mk
  4. OWNERS
  5. PREUPLOAD.cfg
  6. README.md
  7. 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.