Package | Description |
---|---|
com.microsoft.azure.storage.core |
FOR INTERNAL USE ONLY.
|
Modifier and Type | Field and Description |
---|---|
EncryptionAlgorithm |
EncryptionAgent.encryptionAlgorithm
The algorithm used for encryption.
|
Modifier and Type | Method and Description |
---|---|
EncryptionAlgorithm |
EncryptionAgent.getEncryptionAlgorithm()
Gets the algorithm used for encryption.
|
static EncryptionAlgorithm |
EncryptionAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionAlgorithm[] |
EncryptionAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EncryptionAgent.setEncryptionAlgorithm(EncryptionAlgorithm encryptionAlgorithm)
Sets the algorithm used for encryption.
|
Constructor and Description |
---|
EncryptionAgent(String protocol,
EncryptionAlgorithm algorithm)
Initializes a new instance of the
EncryptionAgent class using the specified protocol version and the
algorithm. |
Copyright © 2019. All rights reserved.