你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IpsecEncryption 类

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

public class IpsecEncryption

定义 IpsecEncryption 的值。

字段摘要

修饰符和类型 字段和描述
final IpsecEncryption AES128

IpsecEncryption 的静态值 AES128。

final IpsecEncryption AES192

IpsecEncryption 的静态值 AES192。

final IpsecEncryption AES256

IpsecEncryption 的静态值 AES256。

final IpsecEncryption DES

IpsecEncryption 的静态值 DES。

final IpsecEncryption DES3

IpsecEncryption 的静态值 DES3。

final IpsecEncryption GCMAES128

IpsecEncryption 的静态值GCMAES128。

final IpsecEncryption GCMAES192

IpsecEncryption 的静态值GCMAES192。

final IpsecEncryption GCMAES256

IpsecEncryption 的静态值GCMAES256。

final IpsecEncryption NONE

IpsecEncryption 的静态值 None。

构造函数摘要

构造函数 说明
IpsecEncryption(String value)

为 IpsecEncryption 创建自定义值。

方法摘要

修饰符和类型 方法和描述
boolean equals(Object obj)
int hashCode()
String toString()

字段详细信息

AES128

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

IpsecEncryption 的静态值 AES128。

AES192

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

IpsecEncryption 的静态值 AES192。

AES256

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

IpsecEncryption 的静态值 AES256。

DES

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

IpsecEncryption 的静态值 DES。

DES3

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

IpsecEncryption 的静态值 DES3。

GCMAES128

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

IpsecEncryption 的静态值GCMAES128。

GCMAES192

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

IpsecEncryption 的静态值GCMAES192。

GCMAES256

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

IpsecEncryption 的静态值GCMAES256。

NONE

public static final IpsecEncryption NONE= new IpsecEncryption("None")

IpsecEncryption 的静态值 None。

构造函数详细信息

IpsecEncryption

public IpsecEncryption(String value)

为 IpsecEncryption 创建自定义值。

Parameters:

value - 自定义值

方法详细信息

equals

public boolean equals(Object obj)

Parameters:

obj

hashCode

public int hashCode()

toString

public String toString()

适用于