Uses of Class
com.microsoft.azure.management.network.IkeIntegrity
Packages that use IkeIntegrity
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of IkeIntegrity in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as IkeIntegrityModifier and TypeFieldDescriptionstatic final IkeIntegrity
IkeIntegrity.GCMAES128
Static value GCMAES128 for IkeIntegrity.static final IkeIntegrity
IkeIntegrity.GCMAES256
Static value GCMAES256 for IkeIntegrity.static final IkeIntegrity
IkeIntegrity.MD5
Static value MD5 for IkeIntegrity.static final IkeIntegrity
IkeIntegrity.SHA1
Static value SHA1 for IkeIntegrity.static final IkeIntegrity
IkeIntegrity.SHA256
Static value SHA256 for IkeIntegrity.static final IkeIntegrity
IkeIntegrity.SHA384
Static value SHA384 for IkeIntegrity.Methods in com.microsoft.azure.management.network that return IkeIntegrityModifier and TypeMethodDescriptionstatic IkeIntegrity
IkeIntegrity.fromString
(String name) Creates or finds a IkeIntegrity from its string representation.IpsecPolicy.ikeIntegrity()
Get the IKE integrity algorithm (IKE phase 2).Methods in com.microsoft.azure.management.network that return types with arguments of type IkeIntegrityMethods in com.microsoft.azure.management.network with parameters of type IkeIntegrityModifier and TypeMethodDescriptionIpsecPolicy.withIkeIntegrity
(IkeIntegrity ikeIntegrity) Set the IKE integrity algorithm (IKE phase 2).