| Package | Description |
|---|---|
| com.microsoft.azure.keyvault |
This package contains the classes for KeyVaultClient.
|
| com.microsoft.azure.keyvault.requests |
This package contains the classes for KeyVaultClient.
|
| Modifier and Type | Method and Description |
|---|---|
CertificateOperation |
KeyVaultClient.createCertificate(CreateCertificateRequest createCertificateRequest)
Creates a new certificate version.
|
com.microsoft.rest.ServiceFuture<CertificateOperation> |
KeyVaultClient.createCertificateAsync(CreateCertificateRequest createCertificateRequest,
com.microsoft.rest.ServiceCallback<CertificateOperation> serviceCallback)
Creates a new certificate version.
|
| Modifier and Type | Method and Description |
|---|---|
CreateCertificateRequest |
CreateCertificateRequest.Builder.build()
builds the
CreateCertificateRequest object. |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/