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.
|
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 |
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 KeyVaultProperties keyVaultProperties()
public Encryption withKeyVaultProperties(KeyVaultProperties keyVaultProperties)
keyVaultProperties
- the keyVaultProperties value to setCopyright © 2019. All rights reserved.