Uses of Class
com.azure.security.keyvault.keys.models.KeyExportEncryptionAlgorithm
Packages that use KeyExportEncryptionAlgorithm
Package
Description
Package containing classes used for representing keys, deleted keys and their attributes in
Azure Key Vault.
-
Uses of KeyExportEncryptionAlgorithm in com.azure.security.keyvault.keys.models
Fields in com.azure.security.keyvault.keys.models declared as KeyExportEncryptionAlgorithmModifier and TypeFieldDescriptionstatic final KeyExportEncryptionAlgorithmKeyExportEncryptionAlgorithm.CKM_RSA_AES_KEY_WRAPStatic value CKM_RSA_AES_KEY_WRAP for KeyExportEncryptionAlgorithm.static final KeyExportEncryptionAlgorithmKeyExportEncryptionAlgorithm.RSA_AES_KEY_WRAP_256Static value RSA_AES_KEY_WRAP_256 for KeyExportEncryptionAlgorithm.static final KeyExportEncryptionAlgorithmKeyExportEncryptionAlgorithm.RSA_AES_KEY_WRAP_384Static value RSA_AES_KEY_WRAP_384 for KeyExportEncryptionAlgorithm.Methods in com.azure.security.keyvault.keys.models that return KeyExportEncryptionAlgorithmModifier and TypeMethodDescriptionstatic KeyExportEncryptionAlgorithmKeyExportEncryptionAlgorithm.fromString(String name) Creates or finds aKeyExportEncryptionAlgorithmfrom 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()Get a collection of all knownKeyExportEncryptionAlgorithmvaluesMethods 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.