| Package | Description |
|---|---|
| com.amazonaws.services.s3 |
Synchronous client for accessing Amazon S3.
|
| com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
| Constructor and Description |
|---|
AmazonS3EncryptionClient(AWSCredentials credentials,
EncryptionMaterials encryptionMaterials)
Constructs a new Amazon S3 Encryption client using the specified AWS
credentials to access Amazon S3.
|
AmazonS3EncryptionClient(AWSCredentials credentials,
EncryptionMaterials encryptionMaterials,
ClientConfiguration clientConfig,
CryptoConfiguration cryptoConfig)
Constructs a new Amazon S3 Encryption client using the specified AWS
credentials and client configuration to access Amazon S3.
|
AmazonS3EncryptionClient(AWSCredentials credentials,
EncryptionMaterials encryptionMaterials,
CryptoConfiguration cryptoConfig)
Constructs a new Amazon S3 Encryption client using the specified AWS
credentials to access Amazon S3.
|
AmazonS3EncryptionClient(EncryptionMaterials encryptionMaterials)
Constructs a new Amazon S3 Encryption client that will make
anonymous requests to Amazon S3.
|
AmazonS3EncryptionClient(EncryptionMaterials encryptionMaterials,
CryptoConfiguration cryptoConfig)
Constructs a new Amazon S3 Encryption client that will make
anonymous requests to Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionMaterials |
StaticEncryptionMaterialsProvider.getEncryptionMaterials() |
EncryptionMaterials |
EncryptionMaterialsProvider.getEncryptionMaterials()
Returns EncryptionMaterials which the caller can use for encryption.
|
EncryptionMaterials |
EncryptionMaterialsAccessor.getEncryptionMaterials(Map<String,String> materialsDescription)
Retrieves encryption materials matching the specified description from
some source.
|
EncryptionMaterials |
StaticEncryptionMaterialsProvider.getEncryptionMaterials(Map<String,String> materialDescIn) |
| Constructor and Description |
|---|
StaticEncryptionMaterialsProvider(EncryptionMaterials materials) |
Copyright © 2015. All rights reserved.