Class IkeEncryption
java.lang.Object
com.azure.core.util.ExpandableStringEnum<IkeEncryption>
com.azure.resourcemanager.network.models.IkeEncryption
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
The IKE encryption algorithm (IKE phase 2).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IkeEncryptionStatic value AES128 for IkeEncryption.static final IkeEncryptionStatic value AES192 for IkeEncryption.static final IkeEncryptionStatic value AES256 for IkeEncryption.static final IkeEncryptionStatic value DES for IkeEncryption.static final IkeEncryptionStatic value DES3 for IkeEncryption.static final IkeEncryptionStatic value GCMAES128 for IkeEncryption.static final IkeEncryptionStatic value GCMAES256 for IkeEncryption. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IkeEncryptionfromString(String name) Creates or finds a IkeEncryption from its string representation.static Collection<IkeEncryption> values()Gets known IkeEncryption values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
DES
Static value DES for IkeEncryption. -
DES3
Static value DES3 for IkeEncryption. -
AES128
Static value AES128 for IkeEncryption. -
AES192
Static value AES192 for IkeEncryption. -
AES256
Static value AES256 for IkeEncryption. -
GCMAES256
Static value GCMAES256 for IkeEncryption. -
GCMAES128
Static value GCMAES128 for IkeEncryption.
-
-
Constructor Details
-
IkeEncryption
Deprecated.Use thefromString(String)factory method.Creates a new instance of IkeEncryption value.
-
-
Method Details
-
fromString
Creates or finds a IkeEncryption from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding IkeEncryption.
-
values
Gets known IkeEncryption values.- Returns:
- known IkeEncryption values.
-
fromString(String)factory method.