IpsecEncryption Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. IpsecEncryption
- com.
- com.
public final class IpsecEncryption
extends ExpandableStringEnum<IpsecEncryption>
The IPSec encryption algorithm (IKE phase 1).
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Ipsec |
AES128
Static value AES128 for Ipsec |
static final
Ipsec |
AES192
Static value AES192 for Ipsec |
static final
Ipsec |
AES256
Static value AES256 for Ipsec |
static final
Ipsec |
DES
Static value DES for Ipsec |
static final
Ipsec |
DES3
Static value DES3 for Ipsec |
static final
Ipsec |
GCMAES128
Static value GCMAES128 for Ipsec |
static final
Ipsec |
GCMAES192
Static value GCMAES192 for Ipsec |
static final
Ipsec |
GCMAES256
Static value GCMAES256 for Ipsec |
static final
Ipsec |
NONE
Static value None for Ipsec |
Constructor Summary
Constructor | Description |
---|---|
IpsecEncryption() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Ipsec |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Ipsec |
fromString(String name)
Creates or finds a Ipsec |
static
Collection<Ipsec |
values()
Gets known Ipsec |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AES128
public static final IpsecEncryption AES128
Static value AES128 for IpsecEncryption.
AES192
public static final IpsecEncryption AES192
Static value AES192 for IpsecEncryption.
AES256
public static final IpsecEncryption AES256
Static value AES256 for IpsecEncryption.
DES
public static final IpsecEncryption DES
Static value DES for IpsecEncryption.
DES3
public static final IpsecEncryption DES3
Static value DES3 for IpsecEncryption.
GCMAES128
public static final IpsecEncryption GCMAES128
Static value GCMAES128 for IpsecEncryption.
GCMAES192
public static final IpsecEncryption GCMAES192
Static value GCMAES192 for IpsecEncryption.
GCMAES256
public static final IpsecEncryption GCMAES256
Static value GCMAES256 for IpsecEncryption.
NONE
public static final IpsecEncryption NONE
Static value None for IpsecEncryption.
Constructor Details
IpsecEncryption
@Deprecated
public IpsecEncryption()
Deprecated
Creates a new instance of IpsecEncryption value.
Method Details
fromString
public static IpsecEncryption fromString(String name)
Creates or finds a IpsecEncryption from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known IpsecEncryption values.
Returns:
Applies to
Azure SDK for Java