Java com.amazonaws.services.s3.model SSECustomerKey fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.s3.model SSECustomerKey fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.s3.model SSECustomerKey.

The text is from its open source code.

Constructor

SSECustomerKey(String base64EncodedKey)
Constructs a new customer provided server-side encryption key using the specified base64-encoded key material.
SSECustomerKey(byte[] rawKeyMaterial)
Constructs a new customer provided server-side encryption key using the specified raw key material.
SSECustomerKey(SecretKey key)
Constructs a new customer provided server-side encryption key using the specified SecretKey.

Method

StringgetKey()
Returns the base64-encoded server-side encryption key that was provided in this object's constructor.