public class Encryption extends Object
| Constructor and Description |
|---|
Encryption() |
| Modifier and Type | Method and Description |
|---|---|
KeySource |
keySource()
Get the keySource value.
|
KeyVaultProperties |
keyVaultProperties()
Get the keyVaultProperties value.
|
EncryptionServices |
services()
Get the services value.
|
Encryption |
withKeySource(KeySource keySource)
Set the keySource value.
|
Encryption |
withKeyVaultProperties(KeyVaultProperties keyVaultProperties)
Set the keyVaultProperties value.
|
Encryption |
withServices(EncryptionServices services)
Set the services value.
|
public EncryptionServices services()
public Encryption withServices(EncryptionServices services)
services - the services value to setpublic KeySource keySource()
public Encryption withKeySource(KeySource keySource)
keySource - the keySource value to setpublic KeyVaultProperties keyVaultProperties()
public Encryption withKeyVaultProperties(KeyVaultProperties keyVaultProperties)
keyVaultProperties - the keyVaultProperties value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/