Uses of Class
com.azure.security.keyvault.keys.cryptography.CryptographyClientBuilder
Packages that use CryptographyClientBuilder
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 CryptographyClientBuilder in com.azure.security.keyvault.keys.cryptography
Classes in com.azure.security.keyvault.keys.cryptography that implement interfaces with type arguments of type CryptographyClientBuilderModifier and TypeClassDescriptionfinal classThis 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.final classThis 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.final classThis 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.Methods in com.azure.security.keyvault.keys.cryptography that return CryptographyClientBuilderModifier and TypeMethodDescriptionCryptographyClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy policy) Adds apipeline policyto apply on each request sent.CryptographyClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.CryptographyClientBuilder.configuration(com.azure.core.util.Configuration configuration) Sets the configuration store that is used during construction of the service client.CryptographyClientBuilder.credential(com.azure.core.credential.TokenCredential credential) Sets theTokenCredentialused to authorize requests sent to the service.CryptographyClientBuilder.disableChallengeResourceVerification()Disables verifying if the authentication challenge resource matches the Key Vault or Managed HSM domain.CryptographyClientBuilder.disableKeyCaching()Disables local key caching and defers all cryptographic operations to the service.CryptographyClientBuilder.httpClient(com.azure.core.http.HttpClient client) Sets theHttpClientto use for sending and receiving requests to and from the service.CryptographyClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configurationto use when sending and receiving requests to and from the service.CryptographyClientBuilder.jsonWebKey(JsonWebKey jsonWebKey) Sets theJsonWebKeyto be used for local cryptography operations.CryptographyClientBuilder.keyIdentifier(String keyId) Sets the Azure Key Vault key identifier of the JSON Web Key to be used for cryptography operations.CryptographyClientBuilder.pipeline(com.azure.core.http.HttpPipeline pipeline) Sets theHttpPipelineto use for the service client.CryptographyClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptionsfor all the requests made through the client.CryptographyClientBuilder.retryPolicy(com.azure.core.http.policy.RetryPolicy retryPolicy) Sets theRetryPolicythat is used when each request is sent.CryptographyClientBuilder.serviceVersion(CryptographyServiceVersion version) Sets theCryptographyServiceVersionthat is used when making API requests.