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

IpsecIntegrity 类

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

public class IpsecIntegrity

定义 IpsecIntegrity 的值。

字段摘要

修饰符和类型 字段和描述
final IpsecIntegrity GCMAES128

IpsecIntegrity 的静态值GCMAES128。

final IpsecIntegrity GCMAES192

IpsecIntegrity 的静态值GCMAES192。

final IpsecIntegrity GCMAES256

IpsecIntegrity 的静态值GCMAES256。

final IpsecIntegrity MD5

IpsecIntegrity 的静态值 MD5。

final IpsecIntegrity SHA1

IpsecIntegrity 的静态值 SHA1。

final IpsecIntegrity SHA256

IpsecIntegrity 的静态值 SHA256。

构造函数摘要

构造函数 说明
IpsecIntegrity(String value)

为 IpsecIntegrity 创建自定义值。

方法摘要

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

字段详细信息

GCMAES128

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

IpsecIntegrity 的静态值GCMAES128。

GCMAES192

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

IpsecIntegrity 的静态值GCMAES192。

GCMAES256

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

IpsecIntegrity 的静态值GCMAES256。

MD5

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

IpsecIntegrity 的静态值 MD5。

SHA1

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

IpsecIntegrity 的静态值 SHA1。

SHA256

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

IpsecIntegrity 的静态值 SHA256。

构造函数详细信息

IpsecIntegrity

public IpsecIntegrity(String value)

为 IpsecIntegrity 创建自定义值。

Parameters:

value - 自定义值

方法详细信息

equals

public boolean equals(Object obj)

Parameters:

obj

hashCode

public int hashCode()

toString

public String toString()

适用于