IpsecEncryption Classe
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum - com.
microsoft. azure. management. network. IpsecEncryption
- com.
- com.
public final class IpsecEncryption
extends com.microsoft.rest.ExpandableStringEnum<IpsecEncryption>
Définit des valeurs pour IpsecEncryption.
Récapitulatif du champ
Modificateur et type | Champ et description |
---|---|
static final
Ipsec |
AES128
Valeur statique AES128 pour le chiffrement Ipsec |
static final
Ipsec |
AES192
Valeur statique AES192 pour le chiffrement Ipsec |
static final
Ipsec |
AES256
Valeur statique AES256 pour le chiffrement Ipsec |
static final
Ipsec |
DES
Valeur statique DES pour le chiffrement Ipsec |
static final
Ipsec |
DES3
Valeur statique DES3 pour le chiffrement Ipsec |
static final
Ipsec |
GCMAES128
Valeur statique GCMAES128 pour le chiffrement Ipsec |
static final
Ipsec |
GCMAES192
Valeur statique GCMAES192 pour le chiffrement Ipsec |
static final
Ipsec |
GCMAES256
Valeur statique GCMAES256 pour le chiffrement Ipsec |
static final
Ipsec |
NONE
Valeur statique None pour le chiffrement Ipsec |
Récapitulatif du constructeur
Constructeur | Description | |
---|---|---|
IpsecEncryption() |
Résumé de la méthode
Modificateur et type | Méthode et description |
---|---|
static
Ipsec |
fromString(String name)
Crée ou recherche un chiffrement Ipsec |
static
java.util.Collection<Ipsec |
values() |
Méthodes héritées de com.microsoft.rest.ExpandableStringEnum
Méthodes héritées de java.lang.Object
Détails du champ
AES128
public static final IpsecEncryption AES128
Valeur statique AES128 pour IpsecEncryption.
AES192
public static final IpsecEncryption AES192
Valeur statique AES192 pour IpsecEncryption.
AES256
public static final IpsecEncryption AES256
Valeur statique AES256 pour IpsecEncryption.
DES
public static final IpsecEncryption DES
Valeur statique DES pour IpsecEncryption.
DES3
public static final IpsecEncryption DES3
Valeur statique DES3 pour IpsecEncryption.
GCMAES128
public static final IpsecEncryption GCMAES128
Valeur statique GCMAES128 pour IpsecEncryption.
GCMAES192
public static final IpsecEncryption GCMAES192
Valeur statique GCMAES192 pour IpsecEncryption.
GCMAES256
public static final IpsecEncryption GCMAES256
Valeur statique GCMAES256 pour IpsecEncryption.
NONE
public static final IpsecEncryption NONE
Valeur statique None pour IpsecEncryption.
Détails du constructeur
IpsecEncryption
public IpsecEncryption()
Détails de la méthode
fromString
public static IpsecEncryption fromString(String name)
Crée ou recherche un IpsecEncryption à partir de sa représentation sous forme de chaîne.
Parameters:
Returns:
values
public static Collection
Returns:
S’applique à
Azure SDK for Java