Uses of Class
com.microsoft.azure.management.network.IpsecIntegrity
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of IpsecIntegrity in com.microsoft.azure.management.network
Modifier and TypeFieldDescriptionstatic final IpsecIntegrity
IpsecIntegrity.GCMAES128
Static value GCMAES128 for IpsecIntegrity.static final IpsecIntegrity
IpsecIntegrity.GCMAES192
Static value GCMAES192 for IpsecIntegrity.static final IpsecIntegrity
IpsecIntegrity.GCMAES256
Static value GCMAES256 for IpsecIntegrity.static final IpsecIntegrity
IpsecIntegrity.MD5
Static value MD5 for IpsecIntegrity.static final IpsecIntegrity
IpsecIntegrity.SHA1
Static value SHA1 for IpsecIntegrity.static final IpsecIntegrity
IpsecIntegrity.SHA256
Static value SHA256 for IpsecIntegrity.Modifier and TypeMethodDescriptionstatic IpsecIntegrity
IpsecIntegrity.fromString
(String name) Creates or finds a IpsecIntegrity from its string representation.IpsecPolicy.ipsecIntegrity()
Get the IPSec integrity algorithm (IKE phase 1).Modifier and TypeMethodDescriptionIpsecPolicy.withIpsecIntegrity
(IpsecIntegrity ipsecIntegrity) Set the IPSec integrity algorithm (IKE phase 1).