ExpressRouteLinkMacSecCipher Class

public final class ExpressRouteLinkMacSecCipher
extends ExpandableStringEnum<ExpressRouteLinkMacSecCipher>

Mac security cipher.

Field Summary

Modifier and Type Field and Description
static final ExpressRouteLinkMacSecCipher GCM_AES128

Static value GcmAes128 for ExpressRouteLinkMacSecCipher.

static final ExpressRouteLinkMacSecCipher GCM_AES256

Static value GcmAes256 for ExpressRouteLinkMacSecCipher.

static final ExpressRouteLinkMacSecCipher GCM_AES_XPN128

Static value GcmAesXpn128 for ExpressRouteLinkMacSecCipher.

static final ExpressRouteLinkMacSecCipher GCM_AES_XPN256

Static value GcmAesXpn256 for ExpressRouteLinkMacSecCipher.

Constructor Summary

Constructor Description
ExpressRouteLinkMacSecCipher()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ExpressRouteLinkMacSecCipher value.

Method Summary

Modifier and Type Method and Description
static ExpressRouteLinkMacSecCipher fromString(String name)

Creates or finds a ExpressRouteLinkMacSecCipher from its string representation.

static Collection<ExpressRouteLinkMacSecCipher> values()

Gets known ExpressRouteLinkMacSecCipher values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

GCM_AES128

public static final ExpressRouteLinkMacSecCipher GCM_AES128

Static value GcmAes128 for ExpressRouteLinkMacSecCipher.

GCM_AES256

public static final ExpressRouteLinkMacSecCipher GCM_AES256

Static value GcmAes256 for ExpressRouteLinkMacSecCipher.

GCM_AES_XPN128

public static final ExpressRouteLinkMacSecCipher GCM_AES_XPN128

Static value GcmAesXpn128 for ExpressRouteLinkMacSecCipher.

GCM_AES_XPN256

public static final ExpressRouteLinkMacSecCipher GCM_AES_XPN256

Static value GcmAesXpn256 for ExpressRouteLinkMacSecCipher.

Constructor Details

ExpressRouteLinkMacSecCipher

@Deprecated
public ExpressRouteLinkMacSecCipher()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ExpressRouteLinkMacSecCipher value.

Method Details

fromString

public static ExpressRouteLinkMacSecCipher fromString(String name)

Creates or finds a ExpressRouteLinkMacSecCipher from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ExpressRouteLinkMacSecCipher.

values

public static Collection values()

Gets known ExpressRouteLinkMacSecCipher values.

Returns:

known ExpressRouteLinkMacSecCipher values.

Applies to