Uses of Class
com.microsoft.azure.management.network.IpsecEncryption
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of IpsecEncryption in com.microsoft.azure.management.network
Modifier and TypeFieldDescriptionstatic final IpsecEncryption
IpsecEncryption.AES128
Static value AES128 for IpsecEncryption.static final IpsecEncryption
IpsecEncryption.AES192
Static value AES192 for IpsecEncryption.static final IpsecEncryption
IpsecEncryption.AES256
Static value AES256 for IpsecEncryption.static final IpsecEncryption
IpsecEncryption.DES
Static value DES for IpsecEncryption.static final IpsecEncryption
IpsecEncryption.DES3
Static value DES3 for IpsecEncryption.static final IpsecEncryption
IpsecEncryption.GCMAES128
Static value GCMAES128 for IpsecEncryption.static final IpsecEncryption
IpsecEncryption.GCMAES192
Static value GCMAES192 for IpsecEncryption.static final IpsecEncryption
IpsecEncryption.GCMAES256
Static value GCMAES256 for IpsecEncryption.static final IpsecEncryption
IpsecEncryption.NONE
Static value None for IpsecEncryption.Modifier and TypeMethodDescriptionstatic IpsecEncryption
IpsecEncryption.fromString
(String name) Creates or finds a IpsecEncryption from its string representation.IpsecPolicy.ipsecEncryption()
Get the IPSec encryption algorithm (IKE phase 1).Modifier and TypeMethodDescriptionIpsecPolicy.withIpsecEncryption
(IpsecEncryption ipsecEncryption) Set the IPSec encryption algorithm (IKE phase 1).