Uses of Class
com.microsoft.azure.keyvault.models.CertificateItem
-
Packages that use CertificateItem Package Description com.microsoft.azure.keyvault This package contains the classes for KeyVaultClientBase.com.microsoft.azure.keyvault.implementation This package contains the classes for KeyVaultClient.com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of CertificateItem in com.microsoft.azure.keyvault
Methods in com.microsoft.azure.keyvault that return types with arguments of type CertificateItem Modifier and Type Method Description com.microsoft.azure.PagedList<CertificateItem>
KeyVaultClientBase. getCertificates(String vaultBaseUrl)
List certificates in a specified key vault.com.microsoft.azure.PagedList<CertificateItem>
KeyVaultClientBase. getCertificates(String vaultBaseUrl, Integer maxresults, Boolean includePending)
List certificates in a specified key vault.com.microsoft.azure.PagedList<CertificateItem>
KeyVaultClientCustom. getCertificates(String vaultBaseUrl, Integer maxresults)
List certificates in a specified key vault.rx.Observable<com.microsoft.azure.Page<CertificateItem>>
KeyVaultClientBase. getCertificatesAsync(String vaultBaseUrl)
List certificates in a specified key vault.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBase. getCertificatesAsync(String vaultBaseUrl, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in a specified key vault.rx.Observable<com.microsoft.azure.Page<CertificateItem>>
KeyVaultClientBase. getCertificatesAsync(String vaultBaseUrl, Integer maxresults, Boolean includePending)
List certificates in a specified key vault.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBase. getCertificatesAsync(String vaultBaseUrl, Integer maxresults, Boolean includePending, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in a specified key vault.rx.Observable<com.microsoft.azure.Page<CertificateItem>>
KeyVaultClientCustom. getCertificatesAsync(String vaultBaseUrl, Integer maxresults)
List certificates in a specified key vault.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientCustom. getCertificatesAsync(String vaultBaseUrl, Integer maxresults, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in a specified key vault.com.microsoft.azure.PagedList<CertificateItem>
KeyVaultClientBase. getCertificatesNext(String nextPageLink)
List certificates in a specified key vault.rx.Observable<com.microsoft.azure.Page<CertificateItem>>
KeyVaultClientBase. getCertificatesNextAsync(String nextPageLink)
List certificates in a specified key vault.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBase. getCertificatesNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<CertificateItem>> serviceFuture, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in a specified key vault.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<CertificateItem>>>
KeyVaultClientBase. getCertificatesNextWithServiceResponseAsync(String nextPageLink)
List certificates in a specified key vault.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<CertificateItem>>>
KeyVaultClientBase. getCertificatesWithServiceResponseAsync(String vaultBaseUrl)
List certificates in a specified key vault.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<CertificateItem>>>
KeyVaultClientBase. getCertificatesWithServiceResponseAsync(String vaultBaseUrl, Integer maxresults, Boolean includePending)
List certificates in a specified key vault.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<CertificateItem>>>
KeyVaultClientCustom. getCertificatesWithServiceResponseAsync(String vaultBaseUrl, Integer maxresults)
List certificates in a specified key vault.com.microsoft.azure.PagedList<CertificateItem>
KeyVaultClientBase. getCertificateVersions(String vaultBaseUrl, String certificateName)
List the versions of a certificate.com.microsoft.azure.PagedList<CertificateItem>
KeyVaultClientBase. getCertificateVersions(String vaultBaseUrl, String certificateName, Integer maxresults)
List the versions of a certificate.rx.Observable<com.microsoft.azure.Page<CertificateItem>>
KeyVaultClientBase. getCertificateVersionsAsync(String vaultBaseUrl, String certificateName)
List the versions of a certificate.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBase. getCertificateVersionsAsync(String vaultBaseUrl, String certificateName, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List the versions of a certificate.rx.Observable<com.microsoft.azure.Page<CertificateItem>>
KeyVaultClientBase. getCertificateVersionsAsync(String vaultBaseUrl, String certificateName, Integer maxresults)
List the versions of a certificate.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBase. getCertificateVersionsAsync(String vaultBaseUrl, String certificateName, Integer maxresults, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List the versions of a certificate.com.microsoft.azure.PagedList<CertificateItem>
KeyVaultClientBase. getCertificateVersionsNext(String nextPageLink)
List the versions of a certificate.rx.Observable<com.microsoft.azure.Page<CertificateItem>>
KeyVaultClientBase. getCertificateVersionsNextAsync(String nextPageLink)
List the versions of a certificate.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBase. getCertificateVersionsNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<CertificateItem>> serviceFuture, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List the versions of a certificate.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<CertificateItem>>>
KeyVaultClientBase. getCertificateVersionsNextWithServiceResponseAsync(String nextPageLink)
List the versions of a certificate.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<CertificateItem>>>
KeyVaultClientBase. getCertificateVersionsWithServiceResponseAsync(String vaultBaseUrl, String certificateName)
List the versions of a certificate.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<CertificateItem>>>
KeyVaultClientBase. getCertificateVersionsWithServiceResponseAsync(String vaultBaseUrl, String certificateName, Integer maxresults)
List the versions of a certificate.com.microsoft.azure.PagedList<CertificateItem>
KeyVaultClientCustom. listCertificates(String vaultBaseUrl)
List certificates in the specified vault.com.microsoft.azure.PagedList<CertificateItem>
KeyVaultClientCustom. listCertificates(String vaultBaseUrl, Integer maxresults)
List certificates in the specified vault.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientCustom. listCertificatesAsync(String vaultBaseUrl, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in the specified vault.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientCustom. listCertificatesAsync(String vaultBaseUrl, Integer maxresults, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in the specified vault.com.microsoft.azure.PagedList<CertificateItem>
KeyVaultClientCustom. listCertificateVersions(String vaultBaseUrl, String certificateName)
List the versions of a certificate.com.microsoft.azure.PagedList<CertificateItem>
KeyVaultClientCustom. listCertificateVersions(String vaultBaseUrl, String certificateName, Integer maxresults)
List the versions of a certificate.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientCustom. listCertificateVersionsAsync(String vaultBaseUrl, String certificateName, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List the versions of a certificate.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientCustom. listCertificateVersionsAsync(String vaultBaseUrl, String certificateName, Integer maxresults, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List the versions of a certificate.Method parameters in com.microsoft.azure.keyvault with type arguments of type CertificateItem Modifier and Type Method Description com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBase. getCertificatesAsync(String vaultBaseUrl, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in a specified key vault.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBase. getCertificatesAsync(String vaultBaseUrl, Integer maxresults, Boolean includePending, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in a specified key vault.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientCustom. getCertificatesAsync(String vaultBaseUrl, Integer maxresults, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in a specified key vault.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBase. getCertificatesNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<CertificateItem>> serviceFuture, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in a specified key vault.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBase. getCertificatesNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<CertificateItem>> serviceFuture, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in a specified key vault.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBase. getCertificateVersionsAsync(String vaultBaseUrl, String certificateName, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List the versions of a certificate.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBase. getCertificateVersionsAsync(String vaultBaseUrl, String certificateName, Integer maxresults, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List the versions of a certificate.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBase. getCertificateVersionsNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<CertificateItem>> serviceFuture, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List the versions of a certificate.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBase. getCertificateVersionsNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<CertificateItem>> serviceFuture, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List the versions of a certificate.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientCustom. listCertificatesAsync(String vaultBaseUrl, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in the specified vault.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientCustom. listCertificatesAsync(String vaultBaseUrl, Integer maxresults, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in the specified vault.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientCustom. listCertificateVersionsAsync(String vaultBaseUrl, String certificateName, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List the versions of a certificate.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientCustom. listCertificateVersionsAsync(String vaultBaseUrl, String certificateName, Integer maxresults, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List the versions of a certificate. -
Uses of CertificateItem in com.microsoft.azure.keyvault.implementation
Methods in com.microsoft.azure.keyvault.implementation that return types with arguments of type CertificateItem Modifier and Type Method Description com.microsoft.azure.PagedList<CertificateItem>
KeyVaultClientBaseImpl. getCertificates(String vaultBaseUrl)
List certificates in a specified key vault.com.microsoft.azure.PagedList<CertificateItem>
KeyVaultClientBaseImpl. getCertificates(String vaultBaseUrl, Integer maxresults, Boolean includePending)
List certificates in a specified key vault.com.microsoft.azure.PagedList<CertificateItem>
KeyVaultClientCustomImpl. getCertificates(String vaultBaseUrl, Integer maxresults)
rx.Observable<com.microsoft.azure.Page<CertificateItem>>
KeyVaultClientBaseImpl. getCertificatesAsync(String vaultBaseUrl)
List certificates in a specified key vault.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBaseImpl. getCertificatesAsync(String vaultBaseUrl, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in a specified key vault.rx.Observable<com.microsoft.azure.Page<CertificateItem>>
KeyVaultClientBaseImpl. getCertificatesAsync(String vaultBaseUrl, Integer maxresults, Boolean includePending)
List certificates in a specified key vault.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBaseImpl. getCertificatesAsync(String vaultBaseUrl, Integer maxresults, Boolean includePending, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in a specified key vault.rx.Observable<com.microsoft.azure.Page<CertificateItem>>
KeyVaultClientCustomImpl. getCertificatesAsync(String vaultBaseUrl, Integer maxresults)
com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientCustomImpl. getCertificatesAsync(String vaultBaseUrl, Integer maxresults, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
com.microsoft.azure.PagedList<CertificateItem>
KeyVaultClientBaseImpl. getCertificatesNext(String nextPageLink)
List certificates in a specified key vault.rx.Observable<com.microsoft.azure.Page<CertificateItem>>
KeyVaultClientBaseImpl. getCertificatesNextAsync(String nextPageLink)
List certificates in a specified key vault.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBaseImpl. getCertificatesNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<CertificateItem>> serviceFuture, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in a specified key vault.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<CertificateItem>>>
KeyVaultClientBaseImpl. getCertificatesNextSinglePageAsync(String nextPageLink)
List certificates in a specified key vault.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<CertificateItem>>>
KeyVaultClientBaseImpl. getCertificatesNextWithServiceResponseAsync(String nextPageLink)
List certificates in a specified key vault.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<CertificateItem>>>
KeyVaultClientBaseImpl. getCertificatesSinglePageAsync(String vaultBaseUrl)
List certificates in a specified key vault.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<CertificateItem>>>
KeyVaultClientBaseImpl. getCertificatesSinglePageAsync(String vaultBaseUrl, Integer maxresults, Boolean includePending)
List certificates in a specified key vault.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<CertificateItem>>>
KeyVaultClientBaseImpl. getCertificatesWithServiceResponseAsync(String vaultBaseUrl)
List certificates in a specified key vault.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<CertificateItem>>>
KeyVaultClientBaseImpl. getCertificatesWithServiceResponseAsync(String vaultBaseUrl, Integer maxresults, Boolean includePending)
List certificates in a specified key vault.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<CertificateItem>>>
KeyVaultClientCustomImpl. getCertificatesWithServiceResponseAsync(String vaultBaseUrl, Integer maxresults)
com.microsoft.azure.PagedList<CertificateItem>
KeyVaultClientBaseImpl. getCertificateVersions(String vaultBaseUrl, String certificateName)
List the versions of a certificate.com.microsoft.azure.PagedList<CertificateItem>
KeyVaultClientBaseImpl. getCertificateVersions(String vaultBaseUrl, String certificateName, Integer maxresults)
List the versions of a certificate.rx.Observable<com.microsoft.azure.Page<CertificateItem>>
KeyVaultClientBaseImpl. getCertificateVersionsAsync(String vaultBaseUrl, String certificateName)
List the versions of a certificate.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBaseImpl. getCertificateVersionsAsync(String vaultBaseUrl, String certificateName, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List the versions of a certificate.rx.Observable<com.microsoft.azure.Page<CertificateItem>>
KeyVaultClientBaseImpl. getCertificateVersionsAsync(String vaultBaseUrl, String certificateName, Integer maxresults)
List the versions of a certificate.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBaseImpl. getCertificateVersionsAsync(String vaultBaseUrl, String certificateName, Integer maxresults, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List the versions of a certificate.com.microsoft.azure.PagedList<CertificateItem>
KeyVaultClientBaseImpl. getCertificateVersionsNext(String nextPageLink)
List the versions of a certificate.rx.Observable<com.microsoft.azure.Page<CertificateItem>>
KeyVaultClientBaseImpl. getCertificateVersionsNextAsync(String nextPageLink)
List the versions of a certificate.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBaseImpl. getCertificateVersionsNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<CertificateItem>> serviceFuture, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List the versions of a certificate.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<CertificateItem>>>
KeyVaultClientBaseImpl. getCertificateVersionsNextSinglePageAsync(String nextPageLink)
List the versions of a certificate.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<CertificateItem>>>
KeyVaultClientBaseImpl. getCertificateVersionsNextWithServiceResponseAsync(String nextPageLink)
List the versions of a certificate.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<CertificateItem>>>
KeyVaultClientBaseImpl. getCertificateVersionsSinglePageAsync(String vaultBaseUrl, String certificateName)
List the versions of a certificate.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<CertificateItem>>>
KeyVaultClientBaseImpl. getCertificateVersionsSinglePageAsync(String vaultBaseUrl, String certificateName, Integer maxresults)
List the versions of a certificate.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<CertificateItem>>>
KeyVaultClientBaseImpl. getCertificateVersionsWithServiceResponseAsync(String vaultBaseUrl, String certificateName)
List the versions of a certificate.rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<CertificateItem>>>
KeyVaultClientBaseImpl. getCertificateVersionsWithServiceResponseAsync(String vaultBaseUrl, String certificateName, Integer maxresults)
List the versions of a certificate.com.microsoft.azure.PagedList<CertificateItem>
KeyVaultClientCustomImpl. listCertificates(String vaultBaseUrl)
List certificates in the specified vault.com.microsoft.azure.PagedList<CertificateItem>
KeyVaultClientCustomImpl. listCertificates(String vaultBaseUrl, Integer maxresults)
List certificates in the specified vault.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientCustomImpl. listCertificatesAsync(String vaultBaseUrl, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in the specified vault.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientCustomImpl. listCertificatesAsync(String vaultBaseUrl, Integer maxresults, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in the specified vault.com.microsoft.azure.PagedList<CertificateItem>
KeyVaultClientCustomImpl. listCertificateVersions(String vaultBaseUrl, String certificateName)
List the versions of a certificate.com.microsoft.azure.PagedList<CertificateItem>
KeyVaultClientCustomImpl. listCertificateVersions(String vaultBaseUrl, String certificateName, Integer maxresults)
List the versions of a certificate.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientCustomImpl. listCertificateVersionsAsync(String vaultBaseUrl, String certificateName, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List the versions of a certificate.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientCustomImpl. listCertificateVersionsAsync(String vaultBaseUrl, String certificateName, Integer maxresults, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List the versions of a certificate.Method parameters in com.microsoft.azure.keyvault.implementation with type arguments of type CertificateItem Modifier and Type Method Description com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBaseImpl. getCertificatesAsync(String vaultBaseUrl, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in a specified key vault.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBaseImpl. getCertificatesAsync(String vaultBaseUrl, Integer maxresults, Boolean includePending, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in a specified key vault.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientCustomImpl. getCertificatesAsync(String vaultBaseUrl, Integer maxresults, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBaseImpl. getCertificatesNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<CertificateItem>> serviceFuture, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in a specified key vault.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBaseImpl. getCertificatesNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<CertificateItem>> serviceFuture, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in a specified key vault.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBaseImpl. getCertificateVersionsAsync(String vaultBaseUrl, String certificateName, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List the versions of a certificate.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBaseImpl. getCertificateVersionsAsync(String vaultBaseUrl, String certificateName, Integer maxresults, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List the versions of a certificate.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBaseImpl. getCertificateVersionsNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<CertificateItem>> serviceFuture, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List the versions of a certificate.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientBaseImpl. getCertificateVersionsNextAsync(String nextPageLink, com.microsoft.rest.ServiceFuture<List<CertificateItem>> serviceFuture, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List the versions of a certificate.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientCustomImpl. listCertificatesAsync(String vaultBaseUrl, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in the specified vault.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientCustomImpl. listCertificatesAsync(String vaultBaseUrl, Integer maxresults, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in the specified vault.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientCustomImpl. listCertificateVersionsAsync(String vaultBaseUrl, String certificateName, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List the versions of a certificate.com.microsoft.rest.ServiceFuture<List<CertificateItem>>
KeyVaultClientCustomImpl. listCertificateVersionsAsync(String vaultBaseUrl, String certificateName, Integer maxresults, com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List the versions of a certificate. -
Uses of CertificateItem in com.microsoft.azure.keyvault.models
Subclasses of CertificateItem in com.microsoft.azure.keyvault.models Modifier and Type Class Description class
DeletedCertificateItem
The deleted certificate item containing metadata about the deleted certificate.Methods in com.microsoft.azure.keyvault.models that return CertificateItem Modifier and Type Method Description CertificateItem
CertificateItem. withAttributes(CertificateAttributes attributes)
Set the attributes value.CertificateItem
CertificateItem. withId(String id)
Set the id value.CertificateItem
CertificateItem. withTags(Map<String,String> tags)
Set the tags value.CertificateItem
CertificateItem. withX509Thumbprint(byte[] x509Thumbprint)
Set the x509Thumbprint value.
-