public class Encryption extends Object
| Constructor and Description |
|---|
Encryption()
Creates an instance of Encryption class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
keySource()
Get the keySource value.
|
EncryptionServices |
services()
Get the services value.
|
Encryption |
withKeySource(String keySource)
Set the keySource value.
|
Encryption |
withServices(EncryptionServices services)
Set the services value.
|
public EncryptionServices services()
public Encryption withServices(EncryptionServices services)
services - the services value to setpublic String keySource()
public Encryption withKeySource(String keySource)
keySource - the keySource 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.
*/