| Modifier and Type | Method and Description |
|---|---|
KeyVaultProperties |
Encryption.keyVaultProperties()
Get properties provided by key vault.
|
KeyVaultProperties |
KeyVaultProperties.withKeyName(String keyName)
Set the name of KeyVault key.
|
KeyVaultProperties |
KeyVaultProperties.withKeyVaultUri(String keyVaultUri)
Set the Uri of KeyVault.
|
KeyVaultProperties |
KeyVaultProperties.withKeyVersion(String keyVersion)
Set the version of KeyVault key.
|
| Modifier and Type | Method and Description |
|---|---|
Encryption |
Encryption.withKeyVaultProperties(KeyVaultProperties keyVaultProperties)
Set properties provided by key vault.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/