Partager via


IpsecEncryption Classe

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.network.IpsecEncryption

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 IpsecEncryption AES128

Valeur statique AES128 pour le chiffrement Ipsec.

static final IpsecEncryption AES192

Valeur statique AES192 pour le chiffrement Ipsec.

static final IpsecEncryption AES256

Valeur statique AES256 pour le chiffrement Ipsec.

static final IpsecEncryption DES

Valeur statique DES pour le chiffrement Ipsec.

static final IpsecEncryption DES3

Valeur statique DES3 pour le chiffrement Ipsec.

static final IpsecEncryption GCMAES128

Valeur statique GCMAES128 pour le chiffrement Ipsec.

static final IpsecEncryption GCMAES192

Valeur statique GCMAES192 pour le chiffrement Ipsec.

static final IpsecEncryption GCMAES256

Valeur statique GCMAES256 pour le chiffrement Ipsec.

static final IpsecEncryption 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 IpsecEncryption fromString(String name)

Crée ou recherche un chiffrement Ipsecà partir de sa représentation sous forme de chaîne.

static java.util.Collection<IpsecEncryption> values()

Méthodes héritées de com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Méthodes héritées de java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

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:

name - un nom à rechercher

Returns:

IpsecEncryption correspondant

values

public static Collection values()

Returns:

valeurs IpsecEncryption connues

S’applique à