Uses of Class
com.azure.security.keyvault.keys.cryptography.models.UnwrapResult
Packages that use UnwrapResult
Package
Description
Package containing classes for creating
CryptographyAsyncClient
and CryptographyClient to perform cryptography operations.-
Uses of UnwrapResult in com.azure.security.keyvault.keys.cryptography
Methods in com.azure.security.keyvault.keys.cryptography that return UnwrapResultModifier and TypeMethodDescriptionCryptographyClient.unwrapKey(KeyWrapAlgorithm algorithm, byte[] encryptedKey) Unwraps a symmetric key using the configured key that was initially used for wrapping that key.CryptographyClient.unwrapKey(KeyWrapAlgorithm algorithm, byte[] encryptedKey, com.azure.core.util.Context context) Unwraps a symmetric key using the configured key that was initially used for wrapping that key.Methods in com.azure.security.keyvault.keys.cryptography that return types with arguments of type UnwrapResultModifier and TypeMethodDescriptionCryptographyAsyncClient.unwrapKey(KeyWrapAlgorithm algorithm, byte[] encryptedKey) Unwraps a symmetric key using the configured key that was initially used for wrapping that key.