| 程序包 | 说明 |
|---|---|
| com.qcloud.cos.internal.crypto |
| 限定符和类型 | 方法和说明 |
|---|---|
CryptoStorageMode |
CryptoConfiguration.getStorageMode()
Returns the current storage mode of a CryptoConfiguration object.
|
static CryptoStorageMode |
CryptoStorageMode.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static CryptoStorageMode[] |
CryptoStorageMode.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CryptoConfiguration.setStorageMode(CryptoStorageMode storageMode)
Sets the storage mode to the specified mode.
|
CryptoConfiguration |
CryptoConfiguration.withStorageMode(CryptoStorageMode storageMode)
Sets the storage mode to the specified mode, and returns the updated
CryptoConfiguration object.
|
Copyright © 2020. All rights reserved.