IkeIntegrity Class

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

public class IkeIntegrity

Defines values for IkeIntegrity.

Field Summary

Modifier and Type Field and Description
final IkeIntegrity MD5

Static value MD5 for IkeIntegrity.

final IkeIntegrity SHA1

Static value SHA1 for IkeIntegrity.

final IkeIntegrity SHA256

Static value SHA256 for IkeIntegrity.

final IkeIntegrity SHA384

Static value SHA384 for IkeIntegrity.

Constructor Summary

Constructor Description
IkeIntegrity(String value)

Creates a custom value for IkeIntegrity.

Method Summary

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

Field Details

MD5

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

Static value MD5 for IkeIntegrity.

SHA1

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

Static value SHA1 for IkeIntegrity.

SHA256

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

Static value SHA256 for IkeIntegrity.

SHA384

public static final IkeIntegrity SHA384= new IkeIntegrity("SHA384")

Static value SHA384 for IkeIntegrity.

Constructor Details

IkeIntegrity

public IkeIntegrity(String value)

Creates a custom value for IkeIntegrity.

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