Uses of Class
com.azure.security.keyvault.certificates.models.KeyVaultCertificate
Packages that use KeyVaultCertificate
Package
Description
Package containing the data models for Certificates clients.
-
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 class
Deleted Certificate is the resource consisting of name, recovery id, deleted date, scheduled purge date and its attributes inherited fromKeyVaultCertificate
.class
Represents a certificate with all of its properties includingCertificatePolicy
.Methods in com.azure.security.keyvault.certificates.models that return KeyVaultCertificateModifier and TypeMethodDescriptionstatic KeyVaultCertificate
KeyVaultCertificate.fromJson
(com.azure.json.JsonReader jsonReader) Reads a JSON stream into aKeyVaultCertificate
.KeyVaultCertificate.setProperties
(CertificateProperties properties) Set the certificate properties