Package | Description |
---|---|
com.amazonaws.services.s3.internal.crypto |
Modifier and Type | Method and Description |
---|---|
static EncryptionInstruction |
EncryptionUtils.buildInstruction(EncryptionMaterials materials,
Provider cryptoProvider)
Deprecated.
no longer used and will be removed in the future
|
static EncryptionInstruction |
EncryptionUtils.buildInstructionFromInstructionFile(S3Object instructionFile,
EncryptionMaterials materials,
Provider cryptoProvider)
Deprecated.
no longer used and will be removed in the future
|
static EncryptionInstruction |
EncryptionUtils.buildInstructionFromInstructionFile(S3Object instructionFile,
EncryptionMaterialsProvider materialsProvider,
Provider cryptoProvider)
Deprecated.
no longer used and will be removed in the future
|
static EncryptionInstruction |
EncryptionUtils.buildInstructionFromObjectMetadata(S3Object object,
EncryptionMaterials materials,
Provider cryptoProvider)
Deprecated.
no longer used and will be removed in the future
|
static EncryptionInstruction |
EncryptionUtils.buildInstructionFromObjectMetadata(S3Object object,
EncryptionMaterialsProvider materialsProvider,
Provider cryptoProvider)
Deprecated.
no longer used and will be removed in the future
|
static EncryptionInstruction |
EncryptionUtils.generateInstruction(EncryptionMaterials materials,
Provider cryptoProvider)
Deprecated.
no longer used and will be removed in the future
|
static EncryptionInstruction |
EncryptionUtils.generateInstruction(EncryptionMaterialsProvider materialsProvider,
Map<String,String> materialsDescription,
Provider cryptoProvider)
Deprecated.
no longer used and will be removed in the future
|
static EncryptionInstruction |
EncryptionUtils.generateInstruction(EncryptionMaterialsProvider materialsProvider,
Provider cryptoProvider)
Deprecated.
no longer used and will be removed in the future
|
Modifier and Type | Method and Description |
---|---|
static PutObjectRequest |
EncryptionUtils.createInstructionPutRequest(PutObjectRequest request,
EncryptionInstruction instruction)
Deprecated.
no longer used and will be removed in the future
|
static PutObjectRequest |
EncryptionUtils.createInstructionPutRequest(String bucketName,
String key,
EncryptionInstruction instruction)
Deprecated.
no longer used and will be removed in the future
|
static S3Object |
EncryptionUtils.decryptObjectUsingInstruction(S3Object object,
EncryptionInstruction instruction)
Deprecated.
no longer used and will be removed in the future
|
static PutObjectRequest |
EncryptionUtils.encryptRequestUsingInstruction(PutObjectRequest request,
EncryptionInstruction instruction)
Deprecated.
no longer used and will be removed in the future
|
static void |
EncryptionUtils.updateMetadataWithEncryptionInstruction(PutObjectRequest request,
EncryptionInstruction instruction)
Deprecated.
no longer used and will be removed in the future
|
Copyright © 2014. All rights reserved.