Package com.azure.security.keyvault.keys.cryptography
Package containing classes for creating
CryptographyAsyncClient
and CryptographyClient to perform cryptography operations.-
Class Summary Class Description CryptographyAsyncClient TheCryptographyAsyncClientprovides asynchronous methods to perform cryptographic operations using asymmetric and symmetric keys.CryptographyClient TheCryptographyClientprovides synchronous methods to perform cryptographic operations using asymmetric and symmetric keys.CryptographyClientBuilder This class provides a fluent builder API to help aid the configuration and instantiation of theCryptographyAsyncClientandCryptographyClient, by callingCryptographyClientBuilder.buildAsyncClient()andCryptographyClientBuilder.buildClient()respectively It constructs an instance of the desired client.KeyEncryptionKeyAsyncClient A key client which is used to asynchronously wrap or unwrap another key.KeyEncryptionKeyClient A key client which is used to synchronously wrap or unwrap another key.KeyEncryptionKeyClientBuilder This class provides a fluent builder API to help aid the configuration and instantiation of theKeyEncryptionKey async clientandKeyEncryptionKey sync client, by callingKeyEncryptionKeyClientBuilder.buildAsyncKeyEncryptionKey(String)andKeyEncryptionKeyClientBuilder.buildKeyEncryptionKey(String)respectively. -
Enum Summary Enum Description CryptographyServiceVersion The versions of Azure Key Vault Cryptography supported by this client library.