Uses of Class
com.azure.security.keyvault.keys.cryptography.models.WrapResult
Packages that use WrapResult
Package
Description
Package containing classes for creating
CryptographyAsyncClient
and CryptographyClient to perform cryptography operations.-
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.