Uses of Class
com.azure.security.keyvault.certificates.models.KeyVaultCertificate
Packages that use KeyVaultCertificate
Package
Description
Package containing classes for creating
CertificateAsyncClient and
CertificateClient to perform operations on Azure Key Vault.This package contains model classes for Azure Key Vault Certificates
-
Uses of KeyVaultCertificate in com.azure.security.keyvault.certificates
Methods in com.azure.security.keyvault.certificates that return KeyVaultCertificateModifier and TypeMethodDescriptionCertificateClient.getCertificateVersion(String certificateName, String version) Gets information about the specified version of the specified certificate.CertificateClient.updateCertificateProperties(CertificateProperties properties) Updates the specified attributes associated with the specified certificate.Methods in com.azure.security.keyvault.certificates that return types with arguments of type KeyVaultCertificateModifier and TypeMethodDescriptionCertificateAsyncClient.getCertificateVersion(String certificateName, String version) Gets information about the specified version of the specified certificate.Mono<com.azure.core.http.rest.Response<KeyVaultCertificate>>CertificateAsyncClient.getCertificateVersionWithResponse(String certificateName, String version) Gets information about the latest version of the specified certificate.com.azure.core.http.rest.Response<KeyVaultCertificate>CertificateClient.getCertificateVersionWithResponse(String certificateName, String version, com.azure.core.util.Context context) Gets information about the latest version of the specified certificate.CertificateAsyncClient.mergeCertificate(MergeCertificateOptions mergeCertificateOptions) Merges a certificate or a certificate chain with a key pair currently available in the service.CertificateAsyncClient.updateCertificateProperties(CertificateProperties properties) Updates the specified attributes associated with the specified certificate.Mono<com.azure.core.http.rest.Response<KeyVaultCertificate>>CertificateAsyncClient.updateCertificatePropertiesWithResponse(CertificateProperties properties) Updates the specified attributes associated with the specified certificate.com.azure.core.http.rest.Response<KeyVaultCertificate>CertificateClient.updateCertificatePropertiesWithResponse(CertificateProperties properties, com.azure.core.util.Context context) Updates the specified attributes associated with the specified certificate. -
Uses of KeyVaultCertificate in com.azure.security.keyvault.certificates.models
Subclasses of KeyVaultCertificate in com.azure.security.keyvault.certificates.modelsModifier and TypeClassDescriptionfinal classDeleted Certificate is the resource consisting of name, recovery id, deleted date, scheduled purge date and its attributes inherited fromKeyVaultCertificate.classRepresents a certificate with all of its properties includingCertificatePolicy.Methods in com.azure.security.keyvault.certificates.models that return KeyVaultCertificateModifier and TypeMethodDescriptionKeyVaultCertificate.setProperties(CertificateProperties properties) Set the certificate properties