Package | Description |
---|---|
com.obs.services.model |
Modifier and Type | Method and Description |
---|---|
SSEAlgorithmEnum |
BucketEncryption.getSseAlgorithm()
获取桶加密算法
|
SSEAlgorithmEnum |
SseCHeader.getSSEAlgorithm()
获取加密算法类型,目前仅支持AES256,需要和sseCKey一起使用
|
SSEAlgorithmEnum |
SseKmsHeader.getSSEAlgorithm()
获取加密算法类型,目前仅支持kms
|
static SSEAlgorithmEnum |
SSEAlgorithmEnum.getValueFromCode(String code) |
static SSEAlgorithmEnum |
SSEAlgorithmEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSEAlgorithmEnum[] |
SSEAlgorithmEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BucketEncryption.setSseAlgorithm(SSEAlgorithmEnum sseAlgorithm)
设置桶加密算法
|
Constructor and Description |
---|
BucketEncryption(SSEAlgorithmEnum sseAlgorithm)
构造方法
|
Copyright © 2021. All rights reserved.