Create deterministic secure random to support IKE test mode

This CL also adds another IkeKePayload constructor for testing
that the deterministic secure random works for DH exchange

Bug: 148689509
Test: atest FrameworksIkeTests(new tests added)
Change-Id: Ic6ed919d13416dcd1015602634ea11c302eaa745
3 files changed
tree: 3de956a92781b9928700c0ea21b012837c30214c
  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.