Share via


EncryptionProtectorName Class

public final class EncryptionProtectorName
extends ExpandableStringEnum<EncryptionProtectorName>

Defines values for EncryptionProtectorName.

Field Summary

Modifier and Type Field and Description
static final EncryptionProtectorName CURRENT

Static value current for EncryptionProtectorName.

Constructor Summary

Constructor Description
EncryptionProtectorName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EncryptionProtectorName value.

Method Summary

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

Creates or finds a EncryptionProtectorName from its string representation.

static Collection<EncryptionProtectorName> values()

Gets known EncryptionProtectorName values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CURRENT

public static final EncryptionProtectorName CURRENT

Static value current for EncryptionProtectorName.

Constructor Details

EncryptionProtectorName

@Deprecated
public EncryptionProtectorName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EncryptionProtectorName value.

Method Details

fromString

public static EncryptionProtectorName fromString(String name)

Creates or finds a EncryptionProtectorName from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding EncryptionProtectorName.

values

public static Collection<EncryptionProtectorName> values()

Gets known EncryptionProtectorName values.

Returns:

known EncryptionProtectorName values.

Applies to