Encryption Description
If you have any questions during development, post them on the Issues page of GitHub. For details about parameters and usage of each API, see the API Reference
The following table lists APIs related to server-side encryption:
|
Method in OBS Android SDK |
Description |
Supported Encryption Type |
|---|---|---|
|
ObsClient.putObject |
Sets the encryption algorithm and key during object upload to enable server-side encryption. |
SSE-KMS SSE-C |
|
ObsClient.getObject |
Sets the decryption algorithm and key during object download to decrypt the object. |
SSE-C |
|
ObsClient.copyObject |
|
SSE-KMS SSE-C |
|
ObsClient.getObjectMetadata |
Sets the decryption algorithm and key when obtaining the object metadata to decrypt the object. |
SSE-C |
|
ObsClient.initiateMultipartUpload |
Sets the encryption algorithm and key when initializing a multipart upload to enable server-side encryption for the final object generated. |
SSE-KMS SSE-C |
|
ObsClient.uploadPart |
Sets the encryption algorithm and key during multipart upload to enable server-side encryption for parts. |
SSE-C |
|
ObsClient.copyPart |
|
SSE-C |
Last Article: Server-Side Encryption Overview
Next Article: Example of Encryption
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.