public class SseCHeader extends Object
| Constructor and Description |
|---|
SseCHeader() |
| Modifier and Type | Method and Description |
|---|---|
ServerAlgorithm |
getAlgorithm()
Deprecated.
|
SSEAlgorithmEnum |
getSSEAlgorithm()
Obtain the encryption algorithm type.
|
byte[] |
getSseCKey()
Obtain the key used in the SSE-C mode.
|
String |
getSseCKeyBase64()
Obtain the key used in the SSE-C mode.
|
void |
setAlgorithm(ServerAlgorithm algorithm)
Deprecated.
|
void |
setSseCKey(byte[] sseCKey)
Set the key used in the SSE-C mode.
|
void |
setSseCKey(String sseCKey)
Deprecated.
|
void |
setSseCKeyBase64(String sseCKeyBase64)
Set the key used in the SSE-C mode.
|
String |
toString() |
@Deprecated public ServerAlgorithm getAlgorithm()
@Deprecated public void setAlgorithm(ServerAlgorithm algorithm)
algorithm - Encryption algorithm typepublic SSEAlgorithmEnum getSSEAlgorithm()
public byte[] getSseCKey()
@Deprecated public void setSseCKey(String sseCKey)
sseCKey - Key used in the SSE-C mode. The key is used to encrypt and decrypt an object.public void setSseCKey(byte[] sseCKey)
sseCKey - Key used in the SSE-C mode. The key is used to encrypt and decrypt an object.public String getSseCKeyBase64()
public void setSseCKeyBase64(String sseCKeyBase64)
sseCKeyBase64 - Key used in the SSE-C mode. The key is used to encrypt and decrypt an object.Copyright © 2019. All rights reserved.