Merge "Hide IpSecManager, IpSecTransform, and IpSecAlgorithm" am: 01e368f26d am: 939528045a

am: 52dab83f7a

Change-Id: I3bf240b35c3d509c4e016ffe20519c1bda5ab0b3
This commit is contained in:
nharold
2017-04-26 17:38:58 +00:00
committed by android-build-merger
3 changed files with 6 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ import java.lang.annotation.RetentionPolicy;
/** /**
* IpSecAlgorithm specifies a single algorithm that can be applied to an IpSec Transform. Refer to * IpSecAlgorithm specifies a single algorithm that can be applied to an IpSec Transform. Refer to
* RFC 4301. * RFC 4301.
*
* @hide
*/ */
public final class IpSecAlgorithm implements Parcelable { public final class IpSecAlgorithm implements Parcelable {

View File

@@ -37,6 +37,8 @@ import java.net.Socket;
* <p>An IpSecManager may be obtained by calling {@link * <p>An IpSecManager may be obtained by calling {@link
* android.content.Context#getSystemService(String) Context#getSystemService(String)} with {@link * android.content.Context#getSystemService(String) Context#getSystemService(String)} with {@link
* android.content.Context#IPSEC_SERVICE Context#IPSEC_SERVICE} * android.content.Context#IPSEC_SERVICE Context#IPSEC_SERVICE}
*
* @hide
*/ */
public final class IpSecManager { public final class IpSecManager {
private static final String TAG = "IpSecManager"; private static final String TAG = "IpSecManager";

View File

@@ -45,6 +45,8 @@ import java.net.InetAddress;
* *
* <p>An IpSecTransform may either represent a tunnel mode transform that operates on a wide array * <p>An IpSecTransform may either represent a tunnel mode transform that operates on a wide array
* of traffic or may represent a transport mode transform operating on a Socket or Sockets. * of traffic or may represent a transport mode transform operating on a Socket or Sockets.
*
* @hide
*/ */
public final class IpSecTransform implements AutoCloseable { public final class IpSecTransform implements AutoCloseable {
private static final String TAG = "IpSecTransform"; private static final String TAG = "IpSecTransform";