Partage via


InfrastructureEncryption Class

public final class InfrastructureEncryption
extends ExpandableStringEnum<InfrastructureEncryption>

Add a second layer of encryption for your data using new encryption algorithm which gives additional data protection. Value is optional but if passed in, must be 'Disabled' or 'Enabled'.

Field Summary

Modifier and Type Field and Description
static final InfrastructureEncryption DISABLED

Static value Disabled for InfrastructureEncryption.

static final InfrastructureEncryption ENABLED

Static value Enabled for InfrastructureEncryption.

Constructor Summary

Constructor Description
InfrastructureEncryption()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of InfrastructureEncryption value.

Method Summary

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

Creates or finds a InfrastructureEncryption from its string representation.

static Collection<InfrastructureEncryption> values()

Gets known InfrastructureEncryption values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DISABLED

public static final InfrastructureEncryption DISABLED

Static value Disabled for InfrastructureEncryption.

ENABLED

public static final InfrastructureEncryption ENABLED

Static value Enabled for InfrastructureEncryption.

Constructor Details

InfrastructureEncryption

@Deprecated
public InfrastructureEncryption()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of InfrastructureEncryption value.

Method Details

fromString

public static InfrastructureEncryption fromString(String name)

Creates or finds a InfrastructureEncryption from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding InfrastructureEncryption.

values

public static Collection<InfrastructureEncryption> values()

Gets known InfrastructureEncryption values.

Returns:

known InfrastructureEncryption values.

Applies to