Uses of Class
com.azure.security.keyvault.keys.cryptography.models.WrapResult
Packages that use WrapResult
Package
Description
Azure Key Vault is a cloud-based service
provided by Microsoft Azure that allows users to securely store and manage cryptographic keys used for encrypting
and decrypting data.
-
Uses of WrapResult in com.azure.security.keyvault.keys.cryptography
Methods in com.azure.security.keyvault.keys.cryptography that return WrapResultModifier and TypeMethodDescriptionCryptographyClient.wrapKey
(KeyWrapAlgorithm algorithm, byte[] key) Wraps a symmetric key using the configured key.CryptographyClient.wrapKey
(KeyWrapAlgorithm algorithm, byte[] key, com.azure.core.util.Context context) Wraps a symmetric key using the configured key.Methods in com.azure.security.keyvault.keys.cryptography that return types with arguments of type WrapResultModifier and TypeMethodDescriptionCryptographyAsyncClient.wrapKey
(KeyWrapAlgorithm algorithm, byte[] key) Wraps a symmetric key using the configured key.