Uses of Class
com.azure.security.keyvault.certificates.models.CertificateIssuer
Packages that use CertificateIssuer
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 CertificateIssuer in com.azure.security.keyvault.certificates
Methods in com.azure.security.keyvault.certificates that return CertificateIssuerModifier and TypeMethodDescriptionCertificateClient.createIssuer(CertificateIssuer issuer) Creates the specified certificate issuer.CertificateClient.deleteIssuer(String issuerName) Deletes the specified certificate issuer.Retrieves the specified certificate issuer from the key vault.CertificateClient.updateIssuer(CertificateIssuer issuer) Updates the specified certificate issuer.Methods in com.azure.security.keyvault.certificates that return types with arguments of type CertificateIssuerModifier and TypeMethodDescriptionCertificateAsyncClient.createIssuer(CertificateIssuer issuer) Creates the specified certificate issuer.Mono<com.azure.core.http.rest.Response<CertificateIssuer>> CertificateAsyncClient.createIssuerWithResponse(CertificateIssuer issuer) Creates the specified certificate issuer.com.azure.core.http.rest.Response<CertificateIssuer> CertificateClient.createIssuerWithResponse(CertificateIssuer issuer, com.azure.core.util.Context context) Creates the specified certificate issuer.CertificateAsyncClient.deleteIssuer(String issuerName) Deletes the specified certificate issuer.Mono<com.azure.core.http.rest.Response<CertificateIssuer>> CertificateAsyncClient.deleteIssuerWithResponse(String issuerName) Deletes the specified certificate issuer.com.azure.core.http.rest.Response<CertificateIssuer> CertificateClient.deleteIssuerWithResponse(String issuerName, com.azure.core.util.Context context) Deletes the specified certificate issuer.Retrieves the specified certificate issuer from the key vault.Mono<com.azure.core.http.rest.Response<CertificateIssuer>> CertificateAsyncClient.getIssuerWithResponse(String issuerName) Retrieves the specified certificate issuer from the key vault.com.azure.core.http.rest.Response<CertificateIssuer> CertificateClient.getIssuerWithResponse(String issuerName, com.azure.core.util.Context context) Retrieves the specified certificate issuer from the key vault.CertificateAsyncClient.updateIssuer(CertificateIssuer issuer) Updates the specified certificate issuer.Mono<com.azure.core.http.rest.Response<CertificateIssuer>> CertificateAsyncClient.updateIssuerWithResponse(CertificateIssuer issuer) Updates the specified certificate issuer.com.azure.core.http.rest.Response<CertificateIssuer> CertificateClient.updateIssuerWithResponse(CertificateIssuer issuer, com.azure.core.util.Context context) Updates the specified certificate issuer.Methods in com.azure.security.keyvault.certificates with parameters of type CertificateIssuerModifier and TypeMethodDescriptionCertificateAsyncClient.createIssuer(CertificateIssuer issuer) Creates the specified certificate issuer.CertificateClient.createIssuer(CertificateIssuer issuer) Creates the specified certificate issuer.Mono<com.azure.core.http.rest.Response<CertificateIssuer>> CertificateAsyncClient.createIssuerWithResponse(CertificateIssuer issuer) Creates the specified certificate issuer.com.azure.core.http.rest.Response<CertificateIssuer> CertificateClient.createIssuerWithResponse(CertificateIssuer issuer, com.azure.core.util.Context context) Creates the specified certificate issuer.CertificateAsyncClient.updateIssuer(CertificateIssuer issuer) Updates the specified certificate issuer.CertificateClient.updateIssuer(CertificateIssuer issuer) Updates the specified certificate issuer.Mono<com.azure.core.http.rest.Response<CertificateIssuer>> CertificateAsyncClient.updateIssuerWithResponse(CertificateIssuer issuer) Updates the specified certificate issuer.com.azure.core.http.rest.Response<CertificateIssuer> CertificateClient.updateIssuerWithResponse(CertificateIssuer issuer, com.azure.core.util.Context context) Updates the specified certificate issuer. -
Uses of CertificateIssuer in com.azure.security.keyvault.certificates.models
Methods in com.azure.security.keyvault.certificates.models that return CertificateIssuerModifier and TypeMethodDescriptionstatic CertificateIssuerCertificateIssuer.fromJson(com.azure.json.JsonReader jsonReader) Reads a JSON stream into aCertificateIssuer.CertificateIssuer.setAccountId(String accountId) Set the account id of the issuer.CertificateIssuer.setAdministratorContacts(List<AdministratorContact> administratorContacts) Set the administrators of the issuer.CertificateIssuer.setEnabled(Boolean enabled) Set the enabled statusCertificateIssuer.setOrganizationId(String organizationId) Set the organization id of the issuer.CertificateIssuer.setPassword(String password) Set the password id of the issuer.