public class IpsecConfig extends Object
| Constructor and Description |
|---|
IpsecConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIpsecAuthAlg() |
String |
getIpsecEncAlg() |
String |
getIpsecLifetime() |
String |
getIpsecPfs() |
IpsecConfig |
setIpsecAuthAlg(String ipsecAuthAlg) |
IpsecConfig |
setIpsecEncAlg(String ipsecEncAlg) |
IpsecConfig |
setIpsecLifetime(String ipsecLifetime) |
IpsecConfig |
setIpsecPfs(String ipsecPfs) |
String |
toString() |
public IpsecConfig setIpsecEncAlg(String ipsecEncAlg)
public String getIpsecEncAlg()
public IpsecConfig setIpsecAuthAlg(String ipsecAuthAlg)
public String getIpsecAuthAlg()
public IpsecConfig setIpsecPfs(String ipsecPfs)
public String getIpsecPfs()
public IpsecConfig setIpsecLifetime(String ipsecLifetime)
public String getIpsecLifetime()
Copyright © 2026. All rights reserved.