public class Encryption extends Object
| Constructor and Description |
|---|
Encryption() |
| Modifier and Type | Method and Description |
|---|---|
KeySource |
keySource()
Get the encryption keySource (provider).
|
KeyVaultProperties |
keyVaultProperties()
Get properties provided by key vault.
|
Boolean |
requireInfrastructureEncryption()
Get a boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest.
|
EncryptionServices |
services()
Get list of services which support encryption.
|
Encryption |
withKeySource(KeySource keySource)
Set the encryption keySource (provider).
|
Encryption |
withKeyVaultProperties(KeyVaultProperties keyVaultProperties)
Set properties provided by key vault.
|
Encryption |
withRequireInfrastructureEncryption(Boolean requireInfrastructureEncryption)
Set a boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest.
|
Encryption |
withServices(EncryptionServices services)
Set list of services which support encryption.
|
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 Boolean requireInfrastructureEncryption()
public Encryption withRequireInfrastructureEncryption(Boolean requireInfrastructureEncryption)
requireInfrastructureEncryption - the requireInfrastructureEncryption 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.
*/