| Package | Description |
|---|---|
| com.azure.security.keyvault.certificates |
Package containing classes for creating
CertificateAsyncClient and
CertificateClient to perform operations on Azure Key Vault. |
| com.azure.security.keyvault.certificates.models |
This package contains model classes for Azure Key Vault Certificates
|
| Modifier and Type | Method and Description |
|---|---|
KeyVaultCertificate |
CertificateClient.getCertificateVersion(String certificateName,
String version)
Gets information about the specified version of the specified certificate.
|
KeyVaultCertificate |
CertificateClient.updateCertificateProperties(CertificateProperties properties)
Updates the specified attributes associated with the specified certificate.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeletedCertificate
Deleted Certificate is the resource consisting of name, recovery id, deleted date, scheduled purge date and its
attributes inherited from
KeyVaultCertificate. |
class |
KeyVaultCertificateWithPolicy
Represents a certificate with all of its properties including
CertificatePolicy. |
| Modifier and Type | Method and Description |
|---|---|
KeyVaultCertificate |
KeyVaultCertificate.setProperties(CertificateProperties properties)
Set the certificate properties
|
Copyright © 2021 Microsoft Corporation. All rights reserved.