| Modifier and Type | Method and Description |
|---|---|
KeyVaultAndKeyReference |
EncryptionSettings.keyEncryptionKey()
Get key Vault Key Url and vault id of the key encryption key.
|
KeyVaultAndKeyReference |
KeyVaultAndKeyReference.withKeyUrl(String keyUrl)
Set url pointing to a key or secret in KeyVault.
|
KeyVaultAndKeyReference |
KeyVaultAndKeyReference.withSourceVault(SourceVault sourceVault)
Set resource id of the KeyVault containing the key or secret.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionSettings |
EncryptionSettings.withKeyEncryptionKey(KeyVaultAndKeyReference keyEncryptionKey)
Set key Vault Key Url and vault id of the key encryption key.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/