| Package | Description |
|---|---|
| com.aliyun.oss.crypto |
| Modifier and Type | Method and Description |
|---|---|
ContentCryptoMode |
CryptoConfiguration.getContentCryptoMode()
Gets the content crypto mode to the specified crypto mode.
|
static ContentCryptoMode |
ContentCryptoMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentCryptoMode[] |
ContentCryptoMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CryptoConfiguration.setContentCryptoMode(ContentCryptoMode contentCryptoMode)
Sets the content crypto mode to the specified crypto mode.
|
| Constructor and Description |
|---|
CryptoConfiguration(ContentCryptoMode contentCryptoMode,
CryptoStorageMethod storageMethod,
SecureRandom secureRandom,
Provider contentCryptoProvider) |
Copyright © 2021. All Rights Reserved.