Uses of Class
com.azure.security.keyvault.keys.cryptography.KeyEncryptionKeyClientBuilder
Packages that use KeyEncryptionKeyClientBuilder
Package
Description
Package containing classes for creating
CryptographyAsyncClient
and CryptographyClient to perform cryptography operations.-
Uses of KeyEncryptionKeyClientBuilder in com.azure.security.keyvault.keys.cryptography
Methods in com.azure.security.keyvault.keys.cryptography that return KeyEncryptionKeyClientBuilderModifier and TypeMethodDescriptionKeyEncryptionKeyClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy policy) Adds apipeline policyto apply on each request sent.KeyEncryptionKeyClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.KeyEncryptionKeyClientBuilder.configuration(com.azure.core.util.Configuration configuration) Sets the configuration store that is used during construction of the service client.KeyEncryptionKeyClientBuilder.credential(com.azure.core.credential.TokenCredential credential) Sets theTokenCredentialused to authorize requests sent to the service.KeyEncryptionKeyClientBuilder.httpClient(com.azure.core.http.HttpClient client) Sets theHttpClientto use for sending and receiving requests to and from the service.KeyEncryptionKeyClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions logOptions) Sets thelogging configurationto use when sending and receiving requests to and from the service.KeyEncryptionKeyClientBuilder.pipeline(com.azure.core.http.HttpPipeline pipeline) Sets theHttpPipelineto use for the service client.KeyEncryptionKeyClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptionsfor all the requests made through the client.KeyEncryptionKeyClientBuilder.retryPolicy(com.azure.core.http.policy.RetryPolicy retryPolicy) Sets theRetryPolicythat is used when each request is sent.KeyEncryptionKeyClientBuilder.serviceVersion(CryptographyServiceVersion version) Sets theCryptographyServiceVersionthat is used when making API requests.