Uses of Class
com.azure.security.keyvault.keys.cryptography.models.UnwrapResult
-
Packages that use UnwrapResult Package Description com.azure.security.keyvault.keys.cryptography Package containing classes for creatingCryptographyAsyncClientandCryptographyClientto perform cryptography operations. -
-
Uses of UnwrapResult in com.azure.security.keyvault.keys.cryptography
Methods in com.azure.security.keyvault.keys.cryptography that return UnwrapResult Modifier and Type Method Description UnwrapResultCryptographyClient. unwrapKey(KeyWrapAlgorithm algorithm, byte[] encryptedKey)Unwraps a symmetric key using the configured key that was initially used for wrapping that key.UnwrapResultCryptographyClient. 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 UnwrapResult Modifier and Type Method Description Mono<UnwrapResult>CryptographyAsyncClient. unwrapKey(KeyWrapAlgorithm algorithm, byte[] encryptedKey)Unwraps a symmetric key using the configured key that was initially used for wrapping that key.
-