IpsecIntegrity Class

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

public class IpsecIntegrity

Defines values for IpsecIntegrity.

Field Summary

Modifier and Type Field and Description
final IpsecIntegrity GCMAES128

Static value GCMAES128 for IpsecIntegrity.

final IpsecIntegrity GCMAES192

Static value GCMAES192 for IpsecIntegrity.

final IpsecIntegrity GCMAES256

Static value GCMAES256 for IpsecIntegrity.

final IpsecIntegrity MD5

Static value MD5 for IpsecIntegrity.

final IpsecIntegrity SHA1

Static value SHA1 for IpsecIntegrity.

final IpsecIntegrity SHA256

Static value SHA256 for IpsecIntegrity.

Constructor Summary

Constructor Description
IpsecIntegrity(String value)

Creates a custom value for IpsecIntegrity.

Method Summary

Modifier and Type Method and Description
boolean equals(Object obj)
int hashCode()
String toString()

Field Details

GCMAES128

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

Static value GCMAES128 for IpsecIntegrity.

GCMAES192

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

Static value GCMAES192 for IpsecIntegrity.

GCMAES256

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

Static value GCMAES256 for IpsecIntegrity.

MD5

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

Static value MD5 for IpsecIntegrity.

SHA1

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

Static value SHA1 for IpsecIntegrity.

SHA256

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

Static value SHA256 for IpsecIntegrity.

Constructor Details

IpsecIntegrity

public IpsecIntegrity(String value)

Creates a custom value for IpsecIntegrity.

Parameters:

value - the custom value

Method Details

equals

public boolean equals(Object obj)

Parameters:

obj

hashCode

public int hashCode()

toString

public String toString()

Applies to