diff options
| author | Benedict Wong <benedictwong@google.com> | 2019-11-12 22:31:51 -0800 |
|---|---|---|
| committer | Benedict Wong <benedictwong@google.com> | 2020-02-13 18:37:06 +0000 |
| commit | b07baa2f6d7e24f70cc1f795bd3b418213ab8b39 (patch) | |
| tree | 057e67e407d9c1bfca58708068a9b24f43d49827 /core/java/android | |
| parent | 95d9c6164bd0c8932a80d8da2421f11dc60b7fb2 (diff) | |
Implement Ikev2VpnRunner
This change adds the implementation for IKEv2/IPsec VPNs.
Bug: 144246767
Test: Manually tested
Change-Id: I5ccec756cec49ccf57ccc4d5ad800eeb5d595a76
Merged-In: I5ccec756cec49ccf57ccc4d5ad800eeb5d595a76
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/net/IpSecManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/net/IpSecManager.java b/core/java/android/net/IpSecManager.java index 09ec6c35fcb9..d83715c692f7 100644 --- a/core/java/android/net/IpSecManager.java +++ b/core/java/android/net/IpSecManager.java @@ -51,7 +51,7 @@ import java.net.Socket; * * <p>Note that not all aspects of IPsec are permitted by this API. Applications may create * transport mode security associations and apply them to individual sockets. Applications looking - * to create a VPN should use {@link VpnService}. + * to create an IPsec VPN should use {@link VpnManager} and {@link Ikev2VpnProfile}. * * @see <a href="https://tools.ietf.org/html/rfc4301">RFC 4301, Security Architecture for the * Internet Protocol</a> |
