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

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

Introduction

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

The text is from its open source code.

Constructor

EncryptionMaterials(KeyPair keyPair)
Constructs a new EncryptionMaterials object, storing an asymmetric key pair.
EncryptionMaterials(SecretKey symmetricKey)
Constructs a new EncryptionMaterials object, storing a symmetric key.