Home | History | Annotate | Download | only in net

Lines Matching defs:IpSecManager

59 public final class IpSecManager {
60 private static final String TAG = "IpSecManager";
108 * IpSecManager#allocateSecurityParameterIndex}.
152 * obtained by calling {@link IpSecManager#allocateSecurityParameterIndex} and must be released
281 IpSecManager.INVALID_SECURITY_PARAMETER_INDEX);
311 if (requestedSpi == IpSecManager.INVALID_SECURITY_PARAMETER_INDEX) {
540 * IpSecManager#openUdpEncapsulationSocket}. The provided socket cannot be re-bound by the
878 * @return a new {@link IpSecManager#IpSecTunnelInterface} with the specified properties
904 * @param tunnel The {@link IpSecManager#IpSecTunnelInterface} that will use the supplied
928 * Construct an instance of IpSecManager within an application context.
933 public IpSecManager(Context ctx, IIpSecService service) {