KeyExportEncryptionAlgorithm Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. security. keyvault. keys. models. KeyExportEncryptionAlgorithm
- com.
- com.
public final class KeyExportEncryptionAlgorithm
extends ExpandableStringEnum<KeyExportEncryptionAlgorithm>
The encryption algorithm to use to protected the exported key material.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Key |
CKM_RSA_AES_KEY_WRAP
Static value CKM_RSA_AES_KEY_WRAP for Key |
static final
Key |
RSA_AES_KEY_WRAP_256
Static value RSA_AES_KEY_WRAP_256 for Key |
static final
Key |
RSA_AES_KEY_WRAP_384
Static value RSA_AES_KEY_WRAP_384 for Key |
Constructor Summary
Constructor | Description |
---|---|
KeyExportEncryptionAlgorithm() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Key |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Key |
fromString(String name)
Creates or finds a Key |
static
Collection<Key |
values()
Gets known Key |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CKM_RSA_AES_KEY_WRAP
public static final KeyExportEncryptionAlgorithm CKM_RSA_AES_KEY_WRAP
Static value CKM_RSA_AES_KEY_WRAP for KeyExportEncryptionAlgorithm.
RSA_AES_KEY_WRAP_256
public static final KeyExportEncryptionAlgorithm RSA_AES_KEY_WRAP_256
Static value RSA_AES_KEY_WRAP_256 for KeyExportEncryptionAlgorithm.
RSA_AES_KEY_WRAP_384
public static final KeyExportEncryptionAlgorithm RSA_AES_KEY_WRAP_384
Static value RSA_AES_KEY_WRAP_384 for KeyExportEncryptionAlgorithm.
Constructor Details
KeyExportEncryptionAlgorithm
@Deprecated
public KeyExportEncryptionAlgorithm()
Deprecated
Creates a new instance of KeyExportEncryptionAlgorithm value.
Method Details
fromString
public static KeyExportEncryptionAlgorithm fromString(String name)
Creates or finds a KeyExportEncryptionAlgorithm from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known KeyExportEncryptionAlgorithm values.
Returns:
Applies to
Azure SDK for Java