| Package | Description |
|---|---|
| com.microsoft.azure.keyvault.requests |
This package contains the classes for KeyVaultClient.
|
| Modifier and Type | Method and Description |
|---|---|
ImportCertificateRequest.Builder |
ImportCertificateRequest.Builder.withAttributes(Attributes attributes)
Set the certificate attributes.
|
ImportCertificateRequest.Builder |
ImportCertificateRequest.Builder.withPassword(String password)
Set the password.
|
ImportCertificateRequest.Builder |
ImportCertificateRequest.Builder.withPolicy(CertificatePolicy policy)
Set the certificate policy.
|
ImportCertificateRequest.Builder |
ImportCertificateRequest.Builder.withTags(Map<String,String> tags)
Set the tags value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/