IkeEncryption Class

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

public class IkeEncryption

Defines values for IkeEncryption.

Field Summary

Modifier and Type Field and Description
final IkeEncryption AES128

Static value AES128 for IkeEncryption.

final IkeEncryption AES192

Static value AES192 for IkeEncryption.

final IkeEncryption AES256

Static value AES256 for IkeEncryption.

final IkeEncryption DES

Static value DES for IkeEncryption.

final IkeEncryption DES3

Static value DES3 for IkeEncryption.

Constructor Summary

Constructor Description
IkeEncryption(String value)

Creates a custom value for IkeEncryption.

Method Summary

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

Field Details

AES128

public static final IkeEncryption AES128= new IkeEncryption("AES128")

Static value AES128 for IkeEncryption.

AES192

public static final IkeEncryption AES192= new IkeEncryption("AES192")

Static value AES192 for IkeEncryption.

AES256

public static final IkeEncryption AES256= new IkeEncryption("AES256")

Static value AES256 for IkeEncryption.

DES

public static final IkeEncryption DES= new IkeEncryption("DES")

Static value DES for IkeEncryption.

DES3

public static final IkeEncryption DES3= new IkeEncryption("DES3")

Static value DES3 for IkeEncryption.

Constructor Details

IkeEncryption

public IkeEncryption(String value)

Creates a custom value for IkeEncryption.

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