EncryptionAlgorithm Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. databoxedge. models. EncryptionAlgorithm
- com.
- com.
public final class EncryptionAlgorithm
extends ExpandableStringEnum<EncryptionAlgorithm>
The algorithm used to encrypt "Value".
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Encryption |
AES256
Static value AES256 for Encryption |
|
static final
Encryption |
NONE
Static value None for Encryption |
|
static final
Encryption |
RSAES_PKCS1_V_1_5
Static value RSAES_PKCS1_v_1_5 for Encryption |
Constructor Summary
| Constructor | Description |
|---|---|
| EncryptionAlgorithm() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Encryption |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Encryption |
fromString(String name)
Creates or finds a Encryption |
|
static
Collection<Encryption |
values()
Gets known Encryption |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AES256
public static final EncryptionAlgorithm AES256
Static value AES256 for EncryptionAlgorithm.
NONE
public static final EncryptionAlgorithm NONE
Static value None for EncryptionAlgorithm.
RSAES_PKCS1_V_1_5
public static final EncryptionAlgorithm RSAES_PKCS1_V_1_5
Static value RSAES_PKCS1_v_1_5 for EncryptionAlgorithm.
Constructor Details
EncryptionAlgorithm
@Deprecated
public EncryptionAlgorithm()
Deprecated
Creates a new instance of EncryptionAlgorithm value.
Method Details
fromString
public static EncryptionAlgorithm fromString(String name)
Creates or finds a EncryptionAlgorithm from its string representation.
Parameters:
Returns:
values
public static Collection<EncryptionAlgorithm> values()
Gets known EncryptionAlgorithm values.
Returns: