| Package | Description |
|---|---|
| com.microsoft.azure.keyvault.models |
This package contains the models classes for KeyVaultClientBase.
|
| com.microsoft.azure.keyvault.requests |
This package contains the classes for KeyVaultClient.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CertificateAttributes
The certificate management attributes.
|
class |
KeyAttributes
The attributes of a key managed by the key vault service.
|
class |
SecretAttributes
The secret management attributes.
|
| Modifier and Type | Method and Description |
|---|---|
Attributes |
Attributes.withEnabled(Boolean enabled)
Set the enabled value.
|
Attributes |
Attributes.withExpires(org.joda.time.DateTime expires)
Set the expires value.
|
Attributes |
Attributes.withNotBefore(org.joda.time.DateTime notBefore)
Set the notBefore value.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSecretRequest.Builder |
UpdateSecretRequest.Builder.withAttributes(Attributes attributes)
Set the attributes value.
|
UpdateKeyRequest.Builder |
UpdateKeyRequest.Builder.withAttributes(Attributes attributes)
Set the key attributes value.
|
UpdateCertificateRequest.Builder |
UpdateCertificateRequest.Builder.withAttributes(Attributes attributes)
Set the attributes value.
|
SetSecretRequest.Builder |
SetSecretRequest.Builder.withAttributes(Attributes attributes)
Set the attributes value.
|
MergeCertificateRequest.Builder |
MergeCertificateRequest.Builder.withAttributes(Attributes attributes)
Set the attributes value.
|
ImportKeyRequest.Builder |
ImportKeyRequest.Builder.withAttributes(Attributes attributes)
Set the key attributes value.
|
ImportCertificateRequest.Builder |
ImportCertificateRequest.Builder.withAttributes(Attributes attributes)
Set the certificate attributes.
|
CreateKeyRequest.Builder |
CreateKeyRequest.Builder.withAttributes(Attributes attributes)
Set the key attributes value.
|
CreateCertificateRequest.Builder |
CreateCertificateRequest.Builder.withAttributes(Attributes attributes)
Set the attributes value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/