Class IkeEncryption
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<IkeEncryption>
com.microsoft.azure.management.network.IkeEncryption
Defines values for IkeEncryption.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IkeEncryption
Static value AES128 for IkeEncryption.static final IkeEncryption
Static value AES192 for IkeEncryption.static final IkeEncryption
Static value AES256 for IkeEncryption.static final IkeEncryption
Static value DES for IkeEncryption.static final IkeEncryption
Static value DES3 for IkeEncryption.static final IkeEncryption
Static value GCMAES128 for IkeEncryption.static final IkeEncryption
Static value GCMAES256 for IkeEncryption. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IkeEncryption
fromString
(String name) Creates or finds a IkeEncryption from its string representation.static Collection<IkeEncryption>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
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
public IkeEncryption()
-
-
Method Details
-
fromString
Creates or finds a IkeEncryption from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding IkeEncryption
-
values
- Returns:
- known IkeEncryption values
-