public class EncryptionServices extends Object
Constructor and Description |
---|
EncryptionServices() |
Modifier and Type | Method and Description |
---|---|
EncryptionService |
blob()
Get the encryption function of the blob storage service.
|
EncryptionService |
file()
Get the encryption function of the file storage service.
|
EncryptionService |
queue()
Get the encryption function of the queue storage service.
|
EncryptionService |
table()
Get the encryption function of the table storage service.
|
EncryptionServices |
withBlob(EncryptionService blob)
Set the encryption function of the blob storage service.
|
EncryptionServices |
withFile(EncryptionService file)
Set the encryption function of the file storage service.
|
public EncryptionService blob()
public EncryptionServices withBlob(EncryptionService blob)
blob
- the blob value to setpublic EncryptionService file()
public EncryptionServices withFile(EncryptionService file)
file
- the file value to setpublic EncryptionService table()
public EncryptionService queue()
Copyright © 2019. All rights reserved.