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 IkeEncryptionIkeEncryption.AES128Static value AES128 for IkeEncryption.static final IkeEncryptionIkeEncryption.AES192Static value AES192 for IkeEncryption.static final IkeEncryptionIkeEncryption.AES256Static value AES256 for IkeEncryption.static final IkeEncryptionIkeEncryption.DESStatic value DES for IkeEncryption.static final IkeEncryptionIkeEncryption.DES3Static value DES3 for IkeEncryption.static final IkeEncryptionIkeEncryption.GCMAES128Static value GCMAES128 for IkeEncryption.static final IkeEncryptionIkeEncryption.GCMAES256Static value GCMAES256 for IkeEncryption.Methods in com.microsoft.azure.management.network that return IkeEncryptionModifier and TypeMethodDescriptionstatic IkeEncryptionIkeEncryption.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).