| 程序包 | 说明 |
|---|---|
| com.qcloud.cos.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static SSEAlgorithm |
SSEAlgorithm.fromString(String algorithm)
Returns the SSEAlgorithm enum corresponding to the given string;
or null if and only if the given algorithm is null.
|
static SSEAlgorithm |
SSEAlgorithm.getDefault()
Returns the default server side encryption algorithm, which is AES256.
|
static SSEAlgorithm |
SSEAlgorithm.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static SSEAlgorithm[] |
SSEAlgorithm.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2021. All rights reserved.