| Package | Description |
|---|---|
| com.microsoft.azure.keyvault |
This package contains the classes for KeyVaultClient.
|
| com.microsoft.azure.keyvault.models |
This package contains the models classes for KeyVaultClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.PagedList<CertificateItem> |
KeyVaultClient.listCertificates(String vaultBaseUrl)
List certificates in the specified vault.
|
com.microsoft.azure.PagedList<CertificateItem> |
KeyVaultClient.listCertificates(String vaultBaseUrl,
Integer maxresults)
List certificates in the specified vault.
|
com.microsoft.rest.ServiceFuture<List<CertificateItem>> |
KeyVaultClient.listCertificatesAsync(String vaultBaseUrl,
Integer maxresults,
com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in the specified vault.
|
com.microsoft.rest.ServiceFuture<List<CertificateItem>> |
KeyVaultClient.listCertificatesAsync(String vaultBaseUrl,
com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in the specified vault.
|
com.microsoft.azure.PagedList<CertificateItem> |
KeyVaultClient.listCertificateVersions(String vaultBaseUrl,
String certificateName)
List the versions of a certificate.
|
com.microsoft.azure.PagedList<CertificateItem> |
KeyVaultClient.listCertificateVersions(String vaultBaseUrl,
String certificateName,
Integer maxresults)
List the versions of a certificate.
|
com.microsoft.rest.ServiceFuture<List<CertificateItem>> |
KeyVaultClient.listCertificateVersionsAsync(String vaultBaseUrl,
String certificateName,
Integer maxresults,
com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List the versions of a certificate.
|
com.microsoft.rest.ServiceFuture<List<CertificateItem>> |
KeyVaultClient.listCertificateVersionsAsync(String vaultBaseUrl,
String certificateName,
com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List the versions of a certificate.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<List<CertificateItem>> |
KeyVaultClient.listCertificatesAsync(String vaultBaseUrl,
Integer maxresults,
com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in the specified vault.
|
com.microsoft.rest.ServiceFuture<List<CertificateItem>> |
KeyVaultClient.listCertificatesAsync(String vaultBaseUrl,
com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List certificates in the specified vault.
|
com.microsoft.rest.ServiceFuture<List<CertificateItem>> |
KeyVaultClient.listCertificateVersionsAsync(String vaultBaseUrl,
String certificateName,
Integer maxresults,
com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List the versions of a certificate.
|
com.microsoft.rest.ServiceFuture<List<CertificateItem>> |
KeyVaultClient.listCertificateVersionsAsync(String vaultBaseUrl,
String certificateName,
com.microsoft.azure.ListOperationCallback<CertificateItem> serviceCallback)
List the versions of a certificate.
|
| Modifier and Type | Method and 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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/