Class KeyExportEncryptionAlgorithm
java.lang.Object
com.azure.core.util.ExpandableStringEnum<KeyExportEncryptionAlgorithm>
com.azure.security.keyvault.keys.models.KeyExportEncryptionAlgorithm
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class KeyExportEncryptionAlgorithm
extends com.azure.core.util.ExpandableStringEnum<KeyExportEncryptionAlgorithm>
The encryption algorithm to use to protected the exported key material.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final KeyExportEncryptionAlgorithm
The CKM_RSA_AES_KEY_WRAP key wrap mechanism.static final KeyExportEncryptionAlgorithm
The RSA_AES_KEY_WRAP_256 key wrap mechanism.static final KeyExportEncryptionAlgorithm
The RSA_AES_KEY_WRAP_384 key wrap mechanism. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KeyExportEncryptionAlgorithm
fromString
(String name) Creates or finds a KeyExportEncryptionAlgorithm from its string representation.values()
Gets known KeyExportEncryptionAlgorithm values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
CKM_RSA_AES_KEY_WRAP
The CKM_RSA_AES_KEY_WRAP key wrap mechanism. -
RSA_AES_KEY_WRAP_256
The RSA_AES_KEY_WRAP_256 key wrap mechanism. -
RSA_AES_KEY_WRAP_384
The RSA_AES_KEY_WRAP_384 key wrap mechanism.
-
-
Constructor Details
-
KeyExportEncryptionAlgorithm
Deprecated.Use thefromString(String)
factory method.Creates a new instance of KeyExportEncryptionAlgorithm value.
-
-
Method Details
-
fromString
Creates or finds a KeyExportEncryptionAlgorithm from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding KeyExportEncryptionAlgorithm.
-
values
Gets known KeyExportEncryptionAlgorithm values.- Returns:
- known KeyExportEncryptionAlgorithm values.
-
fromString(String)
factory method.