| Modifier and Type | Method and Description |
|---|---|
EncryptionService |
EncryptionServices.blob()
Get the encryption function of the blob storage service.
|
EncryptionService |
EncryptionServices.file()
Get the encryption function of the file storage service.
|
EncryptionService |
EncryptionServices.queue()
Get the encryption function of the queue storage service.
|
EncryptionService |
EncryptionServices.table()
Get the encryption function of the table storage service.
|
EncryptionService |
EncryptionService.withEnabled(Boolean enabled)
Set a boolean indicating whether or not the service encrypts the data as it is stored.
|
EncryptionService |
EncryptionService.withKeyType(KeyType keyType)
Set encryption key type to be used for the encryption service.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionServices |
EncryptionServices.withBlob(EncryptionService blob)
Set the encryption function of the blob storage service.
|
EncryptionServices |
EncryptionServices.withFile(EncryptionService file)
Set the encryption function of the file storage service.
|
EncryptionServices |
EncryptionServices.withQueue(EncryptionService queue)
Set the encryption function of the queue storage service.
|
EncryptionServices |
EncryptionServices.withTable(EncryptionService table)
Set the encryption function of the table storage service.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/