| 程序包 | 说明 |
|---|---|
| com.qcloud.cos.internal.crypto |
| 限定符和类型 | 方法和说明 |
|---|---|
CryptoMode |
CryptoConfiguration.getCryptoMode()
Returns the optionally specified crypto mode applicable only to the COS
encryption client; or null.
|
static CryptoMode |
CryptoMode.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static CryptoMode[] |
CryptoMode.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CryptoConfiguration.setCryptoMode(CryptoMode cryptoMode)
Sets the crypto mode; applicable only to the COS encryption client.
|
CryptoConfiguration |
CryptoConfiguration.withCryptoMode(CryptoMode cryptoMode)
Fluent API to set the crypto mode; applicable only to the COS encryption
client.
|
| 构造器和说明 |
|---|
CryptoConfiguration(CryptoMode cryptoMode) |
Copyright © 2022. All rights reserved.