Uses of Class
com.azure.security.keyvault.keys.models.KeyExportEncryptionAlgorithm
Packages that use KeyExportEncryptionAlgorithm
Package
Description
Package containing the data models for Keys clients.
-
Uses of KeyExportEncryptionAlgorithm in com.azure.security.keyvault.keys.models
Fields in com.azure.security.keyvault.keys.models declared as KeyExportEncryptionAlgorithmModifier and TypeFieldDescriptionstatic final KeyExportEncryptionAlgorithm
KeyExportEncryptionAlgorithm.CKM_RSA_AES_KEY_WRAP
The CKM_RSA_AES_KEY_WRAP key wrap mechanism.static final KeyExportEncryptionAlgorithm
KeyExportEncryptionAlgorithm.RSA_AES_KEY_WRAP_256
The RSA_AES_KEY_WRAP_256 key wrap mechanism.static final KeyExportEncryptionAlgorithm
KeyExportEncryptionAlgorithm.RSA_AES_KEY_WRAP_384
The RSA_AES_KEY_WRAP_384 key wrap mechanism.Methods in com.azure.security.keyvault.keys.models that return KeyExportEncryptionAlgorithmModifier and TypeMethodDescriptionstatic KeyExportEncryptionAlgorithm
KeyExportEncryptionAlgorithm.fromString
(String name) Creates or finds a KeyExportEncryptionAlgorithm from its string representation.ReleaseKeyOptions.getAlgorithm()
Get the encryption algorithm to use to protected the exported key material.Methods in com.azure.security.keyvault.keys.models that return types with arguments of type KeyExportEncryptionAlgorithmModifier and TypeMethodDescriptionKeyExportEncryptionAlgorithm.values()
Gets known KeyExportEncryptionAlgorithm values.Methods in com.azure.security.keyvault.keys.models with parameters of type KeyExportEncryptionAlgorithmModifier and TypeMethodDescriptionReleaseKeyOptions.setAlgorithm
(KeyExportEncryptionAlgorithm algorithm) Set the encryption algorithm to use to protected the exported key material.