public interface ServerSideEncryptionResult
| Modifier and Type | Method and Description | 
|---|---|
String | 
getSSEAlgorithm()
Returns the server-side encryption algorithm if the object is encrypted
 using AWS-managed keys. 
 | 
String | 
getSSECustomerAlgorithm()
Returns the server-side encryption algorithm if the object is encrypted
 using customer-provided keys. 
 | 
String | 
getSSECustomerKeyMd5()
Returns the base64-encoded MD5 digest of the encryption key for
 server-side encryption, if the object is encrypted using
 customer-provided keys. 
 | 
void | 
setSSEAlgorithm(String algorithm)
Sets the server-side encryption algorithm for the response. 
 | 
void | 
setSSECustomerAlgorithm(String algorithm)
Sets the server-side encryption algorithm used when encrypting the object
 with customer-provided keys. 
 | 
void | 
setSSECustomerKeyMd5(String md5Digest)
Sets the base64-encoded MD5 digest of the encryption key for server-side
 encryption. 
 | 
String getSSEAlgorithm()
void setSSEAlgorithm(String algorithm)
algorithm - The server-side encryption algorithm for the response.String getSSECustomerAlgorithm()
void setSSECustomerAlgorithm(String algorithm)
algorithm - The server-side encryption algorithm used when encrypting the
            object with customer-provided keys.String getSSECustomerKeyMd5()
void setSSECustomerKeyMd5(String md5Digest)
md5Digest - The base64-encoded MD5 digest of the encryption key for
            server-side encryption.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.