Uses of Class
com.azure.security.keyvault.certificates.models.KeyVaultCertificate
-
Packages that use KeyVaultCertificate Package Description com.azure.security.keyvault.certificates Package containing classes for creatingCertificateAsyncClientandCertificateClientto perform operations on Azure Key Vault.com.azure.security.keyvault.certificates.models 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 KeyVaultCertificate Modifier and Type Method Description KeyVaultCertificateCertificateClient. getCertificateVersion(String certificateName, String version)Gets information about the specified version of the specified certificate.KeyVaultCertificateCertificateClient. 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 KeyVaultCertificate Modifier and Type Method Description Mono<KeyVaultCertificate>CertificateAsyncClient. 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.Mono<KeyVaultCertificate>CertificateAsyncClient. mergeCertificate(MergeCertificateOptions mergeCertificateOptions)Merges a certificate or a certificate chain with a key pair currently available in the service.Mono<KeyVaultCertificate>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.models Modifier and Type Class Description classDeletedCertificateDeleted Certificate is the resource consisting of name, recovery id, deleted date, scheduled purge date and its attributes inherited fromKeyVaultCertificate.classKeyVaultCertificateWithPolicyRepresents a certificate with all of its properties includingCertificatePolicy.Methods in com.azure.security.keyvault.certificates.models that return KeyVaultCertificate Modifier and Type Method Description KeyVaultCertificateKeyVaultCertificate. setProperties(CertificateProperties properties)Set the certificate properties
-