Partager via


IpsecIntegrity Classe

  • java.lang.Object
    • com.microsoft.azure.management.network.IpsecIntegrity

public class IpsecIntegrity

Définit des valeurs pour IpsecIntegrity.

Récapitulatif du champ

Modificateur et type Champ et description
final IpsecIntegrity GCMAES128

Valeur statique GCMAES128 pour IpsecIntegrity.

final IpsecIntegrity GCMAES192

Valeur statique GCMAES192 pour IpsecIntegrity.

final IpsecIntegrity GCMAES256

Valeur statique GCMAES256 pour IpsecIntegrity.

final IpsecIntegrity MD5

Valeur statique MD5 pour IpsecIntegrity.

final IpsecIntegrity SHA1

Valeur statique SHA1 pour IpsecIntegrity.

final IpsecIntegrity SHA256

Valeur statique SHA256 pour IpsecIntegrity.

Récapitulatif du constructeur

Constructeur Description
IpsecIntegrity(String value)

Crée une valeur personnalisée pour IpsecIntegrity.

Résumé de la méthode

Modificateur et type Méthode et description
boolean equals(Object obj)
int hashCode()
String toString()

Détails du champ

GCMAES128

public static final IpsecIntegrity GCMAES128= new IpsecIntegrity("GCMAES128")

Valeur statique GCMAES128 pour IpsecIntegrity.

GCMAES192

public static final IpsecIntegrity GCMAES192= new IpsecIntegrity("GCMAES192")

Valeur statique GCMAES192 pour IpsecIntegrity.

GCMAES256

public static final IpsecIntegrity GCMAES256= new IpsecIntegrity("GCMAES256")

Valeur statique GCMAES256 pour IpsecIntegrity.

MD5

public static final IpsecIntegrity MD5= new IpsecIntegrity("MD5")

Valeur statique MD5 pour IpsecIntegrity.

SHA1

public static final IpsecIntegrity SHA1= new IpsecIntegrity("SHA1")

Valeur statique SHA1 pour IpsecIntegrity.

SHA256

public static final IpsecIntegrity SHA256= new IpsecIntegrity("SHA256")

Valeur statique SHA256 pour IpsecIntegrity.

Détails du constructeur

IpsecIntegrity

public IpsecIntegrity(String value)

Crée une valeur personnalisée pour IpsecIntegrity.

Parameters:

value - valeur personnalisée

Détails de la méthode

equals

public boolean equals(Object obj)

Parameters:

obj

hashCode

public int hashCode()

toString

public String toString()

S’applique à