Implement KEY ID type of IKE Identification

This commit:
- Creates a new class that represents KEY ID
- Supports decoding ID payload using KEY ID
- Adds tests to verify decoding and encoding

Bug: 142139930
Test: atest FrameworksIkeTests(all tests passed)
Change-Id: I35c9c6509fd82df75ced7f5382d0a7ff6a90266a
3 files changed
tree: 43db4564573b3e9d57f54d582b395dd9ce3f3d26
  1. src/
  2. tests/
  3. Android.bp
  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.