Uses of Class
com.microsoft.azure.management.network.IkeEncryption
Packages that use IkeEncryption
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of IkeEncryption in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as IkeEncryptionModifier and TypeFieldDescriptionstatic final IkeEncryption
IkeEncryption.AES128
Static value AES128 for IkeEncryption.static final IkeEncryption
IkeEncryption.AES192
Static value AES192 for IkeEncryption.static final IkeEncryption
IkeEncryption.AES256
Static value AES256 for IkeEncryption.static final IkeEncryption
IkeEncryption.DES
Static value DES for IkeEncryption.static final IkeEncryption
IkeEncryption.DES3
Static value DES3 for IkeEncryption.static final IkeEncryption
IkeEncryption.GCMAES128
Static value GCMAES128 for IkeEncryption.static final IkeEncryption
IkeEncryption.GCMAES256
Static value GCMAES256 for IkeEncryption.Methods in com.microsoft.azure.management.network that return IkeEncryptionModifier and TypeMethodDescriptionstatic IkeEncryption
IkeEncryption.fromString
(String name) Creates or finds a IkeEncryption from its string representation.IpsecPolicy.ikeEncryption()
Get the IKE encryption algorithm (IKE phase 2).Methods in com.microsoft.azure.management.network that return types with arguments of type IkeEncryptionMethods in com.microsoft.azure.management.network with parameters of type IkeEncryptionModifier and TypeMethodDescriptionIpsecPolicy.withIkeEncryption
(IkeEncryption ikeEncryption) Set the IKE encryption algorithm (IKE phase 2).