public class VpnClientIPsecParameters extends Object
| Constructor and Description |
|---|
VpnClientIPsecParameters() |
| Modifier and Type | Method and Description |
|---|---|
DhGroup |
dhGroup()
Get the dhGroup value.
|
IkeEncryption |
ikeEncryption()
Get the ikeEncryption value.
|
IkeIntegrity |
ikeIntegrity()
Get the ikeIntegrity value.
|
IpsecEncryption |
ipsecEncryption()
Get the ipsecEncryption value.
|
IpsecIntegrity |
ipsecIntegrity()
Get the ipsecIntegrity value.
|
PfsGroup |
pfsGroup()
Get the pfsGroup value.
|
int |
saDataSizeKilobytes()
Get the saDataSizeKilobytes value.
|
int |
saLifeTimeSeconds()
Get the saLifeTimeSeconds value.
|
VpnClientIPsecParameters |
withDhGroup(DhGroup dhGroup)
Set the dhGroup value.
|
VpnClientIPsecParameters |
withIkeEncryption(IkeEncryption ikeEncryption)
Set the ikeEncryption value.
|
VpnClientIPsecParameters |
withIkeIntegrity(IkeIntegrity ikeIntegrity)
Set the ikeIntegrity value.
|
VpnClientIPsecParameters |
withIpsecEncryption(IpsecEncryption ipsecEncryption)
Set the ipsecEncryption value.
|
VpnClientIPsecParameters |
withIpsecIntegrity(IpsecIntegrity ipsecIntegrity)
Set the ipsecIntegrity value.
|
VpnClientIPsecParameters |
withPfsGroup(PfsGroup pfsGroup)
Set the pfsGroup value.
|
VpnClientIPsecParameters |
withSaDataSizeKilobytes(int saDataSizeKilobytes)
Set the saDataSizeKilobytes value.
|
VpnClientIPsecParameters |
withSaLifeTimeSeconds(int saLifeTimeSeconds)
Set the saLifeTimeSeconds value.
|
public int saLifeTimeSeconds()
public VpnClientIPsecParameters withSaLifeTimeSeconds(int saLifeTimeSeconds)
saLifeTimeSeconds - the saLifeTimeSeconds value to setpublic int saDataSizeKilobytes()
public VpnClientIPsecParameters withSaDataSizeKilobytes(int saDataSizeKilobytes)
saDataSizeKilobytes - the saDataSizeKilobytes value to setpublic IpsecEncryption ipsecEncryption()
public VpnClientIPsecParameters withIpsecEncryption(IpsecEncryption ipsecEncryption)
ipsecEncryption - the ipsecEncryption value to setpublic IpsecIntegrity ipsecIntegrity()
public VpnClientIPsecParameters withIpsecIntegrity(IpsecIntegrity ipsecIntegrity)
ipsecIntegrity - the ipsecIntegrity value to setpublic IkeEncryption ikeEncryption()
public VpnClientIPsecParameters withIkeEncryption(IkeEncryption ikeEncryption)
ikeEncryption - the ikeEncryption value to setpublic IkeIntegrity ikeIntegrity()
public VpnClientIPsecParameters withIkeIntegrity(IkeIntegrity ikeIntegrity)
ikeIntegrity - the ikeIntegrity value to setpublic DhGroup dhGroup()
public VpnClientIPsecParameters withDhGroup(DhGroup dhGroup)
dhGroup - the dhGroup value to setpublic PfsGroup pfsGroup()
public VpnClientIPsecParameters withPfsGroup(PfsGroup pfsGroup)
pfsGroup - the pfsGroup value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/