Searched defs:IpSecTransform (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/net/
H A DIpSecTransform.java37 * This class represents an IpSecTransform, which encapsulates both properties and state of IPsec.
39 * <p>IpSecTransforms must be built from an IpSecTransform.Builder, and they must persist throughout
43 * <p>An IpSecTransform may either represent a tunnel mode transform that operates on a wide array
48 public final class IpSecTransform implements AutoCloseable { class in inherits:AutoCloseable
49 private static final String TAG = "IpSecTransform";
52 * For direction-specific attributes of an IpSecTransform, indicates that an attribute applies
58 * For direction-specific attributes of an IpSecTransform, indicates that an attribute applies
98 private IpSecTransform(Context context, IpSecConfig config) { method in class:IpSecTransform
123 "Failed to allocate a new IpSecTransform");
133 private IpSecTransform activat
[all...]

Completed in 493 milliseconds