public class EncryptionConfig extends Object
| Constructor and Description |
|---|
EncryptionConfig() |
| Modifier and Type | Method and Description |
|---|---|
KeyVaultMetaInfo |
keyVaultMetaInfo()
Get the keyVaultMetaInfo value.
|
EncryptionConfigType |
type()
Get the type value.
|
EncryptionConfig |
withKeyVaultMetaInfo(KeyVaultMetaInfo keyVaultMetaInfo)
Set the keyVaultMetaInfo value.
|
EncryptionConfig |
withType(EncryptionConfigType type)
Set the type value.
|
public EncryptionConfigType type()
public EncryptionConfig withType(EncryptionConfigType type)
type - the type value to setpublic KeyVaultMetaInfo keyVaultMetaInfo()
public EncryptionConfig withKeyVaultMetaInfo(KeyVaultMetaInfo keyVaultMetaInfo)
keyVaultMetaInfo - the keyVaultMetaInfo 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.
*/