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 KeyExportEncryptionAlgorithmKeyExportEncryptionAlgorithm.CKM_RSA_AES_KEY_WRAPThe CKM_RSA_AES_KEY_WRAP key wrap mechanism.static final KeyExportEncryptionAlgorithmKeyExportEncryptionAlgorithm.RSA_AES_KEY_WRAP_256The RSA_AES_KEY_WRAP_256 key wrap mechanism.static final KeyExportEncryptionAlgorithmKeyExportEncryptionAlgorithm.RSA_AES_KEY_WRAP_384The RSA_AES_KEY_WRAP_384 key wrap mechanism.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.