Merge "Hide IpSecManager, IpSecTransform, and IpSecAlgorithm" am: 01e368f26d am: 939528045a
am: 52dab83f7a Change-Id: I3bf240b35c3d509c4e016ffe20519c1bda5ab0b3
This commit is contained in:
@@ -24,6 +24,8 @@ import java.lang.annotation.RetentionPolicy;
|
||||
/**
|
||||
* IpSecAlgorithm specifies a single algorithm that can be applied to an IpSec Transform. Refer to
|
||||
* RFC 4301.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public final class IpSecAlgorithm implements Parcelable {
|
||||
|
||||
|
||||
@@ -37,6 +37,8 @@ import java.net.Socket;
|
||||
* <p>An IpSecManager may be obtained by calling {@link
|
||||
* android.content.Context#getSystemService(String) Context#getSystemService(String)} with {@link
|
||||
* android.content.Context#IPSEC_SERVICE Context#IPSEC_SERVICE}
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public final class IpSecManager {
|
||||
private static final String TAG = "IpSecManager";
|
||||
|
||||
@@ -45,6 +45,8 @@ import java.net.InetAddress;
|
||||
*
|
||||
* <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.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public final class IpSecTransform implements AutoCloseable {
|
||||
private static final String TAG = "IpSecTransform";
|
||||
|
||||
Reference in New Issue
Block a user