Uses of Class
com.azure.security.keyvault.certificates.models.DeletedCertificate
Packages that use DeletedCertificate
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 DeletedCertificate in com.azure.security.keyvault.certificates
Methods in com.azure.security.keyvault.certificates that return DeletedCertificateModifier and TypeMethodDescriptionCertificateClient.getDeletedCertificate(String certificateName) Retrieves information about the specified deleted certificate.Methods in com.azure.security.keyvault.certificates that return types with arguments of type DeletedCertificateModifier and TypeMethodDescriptioncom.azure.core.util.polling.PollerFlux<DeletedCertificate,Void> CertificateAsyncClient.beginDeleteCertificate(String certificateName) Deletes a certificate from a specified key vault.com.azure.core.util.polling.SyncPoller<DeletedCertificate,Void> CertificateClient.beginDeleteCertificate(String certificateName) Deletes a certificate from a specified key vault.CertificateAsyncClient.getDeletedCertificate(String certificateName) Retrieves information about the specified deleted certificate.Mono<com.azure.core.http.rest.Response<DeletedCertificate>>CertificateAsyncClient.getDeletedCertificateWithResponse(String certificateName) Retrieves information about the specified deleted certificate.com.azure.core.http.rest.Response<DeletedCertificate>CertificateClient.getDeletedCertificateWithResponse(String certificateName, com.azure.core.util.Context context) Retrieves information about the specified deleted certificate.com.azure.core.http.rest.PagedFlux<DeletedCertificate>CertificateAsyncClient.listDeletedCertificates()Lists thedeleted certificatesin the key vault currently available for recovery.com.azure.core.http.rest.PagedFlux<DeletedCertificate>CertificateAsyncClient.listDeletedCertificates(boolean includePending) Lists thedeleted certificatesin the key vault currently available for recovery.com.azure.core.http.rest.PagedIterable<DeletedCertificate>CertificateClient.listDeletedCertificates()Lists thedeleted certificatesin the key vault currently available for recovery.com.azure.core.http.rest.PagedIterable<DeletedCertificate>CertificateClient.listDeletedCertificates(boolean includePending, com.azure.core.util.Context context) Lists thedeleted certificatesin the key vault currently available for recovery. -
Uses of DeletedCertificate in com.azure.security.keyvault.certificates.models
Methods in com.azure.security.keyvault.certificates.models that return DeletedCertificateModifier and TypeMethodDescriptionstatic DeletedCertificateDeletedCertificate.fromJson(com.azure.json.JsonReader jsonReader) Reads a JSON stream into aDeletedCertificate.