Searched refs:getEncapType (Results 1 – 3 of 3) sorted by relevance
43 assertEquals(IpSecTransform.ENCAP_NONE, c.getEncapType()); in testDefaults()
1427 switch (config.getEncapType()) { in checkIpSecConfig()1442 throw new IllegalArgumentException("Invalid Encap Type: " + config.getEncapType()); in checkIpSecConfig()1504 int encapType = c.getEncapType(), encapLocalPort = 0, encapRemotePort = 0; in createOrUpdateTransform()1571 if (c.getEncapType() != IpSecTransform.ENCAP_NONE) { in createTransform()1685 if (c.getEncapType() != IpSecTransform.ENCAP_NONE) { in applyTunnelModeTransform()
169 public int getEncapType() { in getEncapType() method in IpSecConfig