| Package | Description |
|---|---|
| com.microsoft.azure.keyvault.models |
This package contains the models classes for KeyVaultClientBase.
|
| Modifier and Type | Method and Description |
|---|---|
KeyProperties |
CertificatePolicy.keyProperties()
Get the keyProperties value.
|
KeyProperties |
KeyProperties.withCurve(JsonWebKeyCurveName curve)
Set the curve value.
|
KeyProperties |
KeyProperties.withExportable(Boolean exportable)
Set the exportable value.
|
KeyProperties |
KeyProperties.withKeySize(Integer keySize)
Set the keySize value.
|
KeyProperties |
KeyProperties.withKeyType(com.microsoft.azure.keyvault.webkey.JsonWebKeyType keyType)
Set the keyType value.
|
KeyProperties |
KeyProperties.withReuseKey(Boolean reuseKey)
Set the reuseKey value.
|
| Modifier and Type | Method and Description |
|---|---|
CertificatePolicy |
CertificatePolicy.withKeyProperties(KeyProperties keyProperties)
Set the keyProperties value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/