| 程序包 | 说明 |
|---|---|
| com.qcloud.cos.model |
| 限定符和类型 | 方法和说明 |
|---|---|
static SSECustomerKey |
SSECustomerKey.generateSSECustomerKeyForPresignUrl(String algorithm)
Constructs a new SSECustomerKey that can be used for generating the
presigned URL's.
|
SSECustomerKey |
CopyObjectRequest.getDestinationSSECustomerKey() |
SSECustomerKey |
CopyObjectRequest.getSourceSSECustomerKey() |
SSECustomerKey |
UploadPartRequest.getSSECustomerKey() |
SSECustomerKey |
SSECustomerKeyProvider.getSSECustomerKey()
Returns the optional customer-provided server-side encryption key to use
to encrypt the uploaded object.
|
SSECustomerKey |
InitiateMultipartUploadRequest.getSSECustomerKey() |
SSECustomerKey |
GetObjectRequest.getSSECustomerKey() |
SSECustomerKey |
GetObjectMetadataRequest.getSSECustomerKey() |
SSECustomerKey |
AbstractPutObjectRequest.getSSECustomerKey() |
SSECustomerKey |
SSECustomerKey.withAlgorithm(String algorithm)
Sets the encryption algorithm to use with this customer-provided
server-side encryption key, and returns this object so that method calls
can be chained together.
|
SSECustomerKey |
SSECustomerKey.withMd5(String md5Digest)
Sets the optional MD5 digest (base64-encoded) of the encryption key to
use when encrypting the object, and returns the updated object so that
additional method calls can be chained together.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CopyObjectRequest.setDestinationSSECustomerKey(SSECustomerKey destinationSSECustomerKey) |
void |
CopyObjectRequest.setSourceSSECustomerKey(SSECustomerKey sourceSSECustomerKey) |
void |
UploadPartRequest.setSSECustomerKey(SSECustomerKey sseKey)
Sets the optional customer-provided server-side encryption key to use to
encrypt the object part being uploaded.
|
void |
InitiateMultipartUploadRequest.setSSECustomerKey(SSECustomerKey sseKey)
Sets the optional customer-provided server-side encryption key to use to encrypt the upload
being started.
|
void |
GetObjectRequest.setSSECustomerKey(SSECustomerKey sseKey)
Sets the optional customer-provided server-side encryption key to use to
decrypt this object.
|
void |
GetObjectMetadataRequest.setSSECustomerKey(SSECustomerKey sseKey)
Sets the optional customer-provided server-side encryption key to use
when retrieving the metadata of a server-side encrypted object.
|
void |
AbstractPutObjectRequest.setSSECustomerKey(SSECustomerKey sseKey)
Sets the optional customer-provided server-side encryption key to use to
encrypt the uploaded object.
|
UploadPartRequest |
UploadPartRequest.withSSECustomerKey(SSECustomerKey sseKey)
Sets the optional customer-provided server-side encryption key to use to
encrypt the object part being uploaded, and returns the updated request
object so that additional method calls can be chained together.
|
PutObjectRequest |
PutObjectRequest.withSSECustomerKey(SSECustomerKey sseKey) |
InitiateMultipartUploadRequest |
InitiateMultipartUploadRequest.withSSECustomerKey(SSECustomerKey sseKey)
Sets the optional customer-provided server-side encryption key to use to encrypt the upload
being started, and returns the updated InitiateMultipartUploadRequest so that additional
method calls may be chained together.
|
GetObjectRequest |
GetObjectRequest.withSSECustomerKey(SSECustomerKey sseKey)
Sets the optional customer-provided server-side encryption key to use to
decrypt this object, and returns the updated GetObjectRequest so that
additional method calls may be chained together.
|
<T extends AbstractPutObjectRequest> |
AbstractPutObjectRequest.withSSECustomerKey(SSECustomerKey sseKey)
Sets the optional customer-provided server-side encryption key to use to
encrypt the uploaded object, and returns the updated request object so
that additional method calls can be chained together.
|
Copyright © 2017. All rights reserved.