Uses of Class
com.azure.security.keyvault.certificates.models.ImportCertificateOptions
Packages that use ImportCertificateOptions
Package
Description
Azure Key Vault is a cloud-based service
provided by Microsoft Azure that allows users to securely store and manage cryptographic certificates used for encrypting
and decrypting data.
Package containing the data models for CertificateClient.
-
Uses of ImportCertificateOptions in com.azure.security.keyvault.certificates
Methods in com.azure.security.keyvault.certificates with parameters of type ImportCertificateOptionsModifier and TypeMethodDescriptionCertificateAsyncClient.importCertificate(ImportCertificateOptions importCertificateOptions) Imports an existing valid certificate, containing a private key, into Azure Key Vault.CertificateClient.importCertificate(ImportCertificateOptions importCertificateOptions) Imports a pre-existing certificate to the key vault.Mono<com.azure.core.http.rest.Response<KeyVaultCertificateWithPolicy>>CertificateAsyncClient.importCertificateWithResponse(ImportCertificateOptions importCertificateOptions) Imports a pre-existing certificate to the key vault.com.azure.core.http.rest.Response<KeyVaultCertificateWithPolicy>CertificateClient.importCertificateWithResponse(ImportCertificateOptions importCertificateOptions, com.azure.core.util.Context context) Imports a pre-existing certificate to the key vault. -
Uses of ImportCertificateOptions in com.azure.security.keyvault.certificates.models
Methods in com.azure.security.keyvault.certificates.models that return ImportCertificateOptionsModifier and TypeMethodDescriptionImportCertificateOptions.setEnabled(Boolean enabled) Set the enabled status.ImportCertificateOptions.setPassword(String password) Set the password for encrypting the certificate, if its encrypted.ImportCertificateOptions.setPolicy(CertificatePolicy policy) Set the management policy for the certificate.Set the application specific maetadata.