OSDN Git Service

Add Tunnel Interface APIs to IpSecManager
authorNathan Harold <nharold@google.com>
Thu, 18 Jan 2018 00:09:24 +0000 (16:09 -0800)
committerNathan Harold <nharold@google.com>
Thu, 18 Jan 2018 00:14:17 +0000 (16:14 -0800)
commitc47eaccf7c09541c6dd3d3ebedcb2e224346d903
treee25d7353a6fb3de6e07a47f45dc5f95c45c17603
parent1f00565433b779b8e98087767d905d1fb9f6e902
Add Tunnel Interface APIs to IpSecManager

Add a new interface and a new management object,
IpSecTunnelInterface to the IpSecManager surface.
This object will be used to control IPsec tunnels.

-Add IpSecTunnelInterface object
-Add methods to create and use an IpSecTunnelInterface
-Update the IpSecTransform builder to create Tunnel
 mode IpSecTransform objects (usable with an IpSecTunnel)

Bug: 36033193
Test: compilation
Change-Id: Ib6948b12c15c93674234dc36288058ae44435b90
api/system-current.txt
core/java/android/net/IpSecManager.java
core/java/android/net/IpSecTransform.java