Uses of Class
com.azure.security.keyvault.keys.models.KeyExportEncryptionAlgorithm
Packages that use KeyExportEncryptionAlgorithm
Package
Description
Package containing the data models for KeyClient.
-
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 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.