Uses of Class
com.microsoft.azure.management.network.IkeEncryption
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of IkeEncryption in com.microsoft.azure.management.network
Modifier 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.Modifier 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).Modifier and TypeMethodDescriptionIpsecPolicy.withIkeEncryption
(IkeEncryption ikeEncryption) Set the IKE encryption algorithm (IKE phase 2).