Uses of Interface
com.amazonaws.services.s3.model.EncryptionMaterialsFactory
-
Packages that use EncryptionMaterialsFactory Package Description com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. -
-
Uses of EncryptionMaterialsFactory in com.amazonaws.services.s3.model
Subinterfaces of EncryptionMaterialsFactory in com.amazonaws.services.s3.model Modifier and Type Interface Description interface
EncryptionMaterialsProvider
Interface for providing encryption materials.Classes in com.amazonaws.services.s3.model that implement EncryptionMaterialsFactory Modifier and Type Class Description class
KMSEncryptionMaterialsProvider
class
PutInstructionFileRequest
Used to create a new instruction file, typically used to share an encrypted S3 object with partners via re-encrypting the CEK of the specified S3 object with a partner-specific public key.class
SimpleMaterialProvider
class
StaticEncryptionMaterialsProvider
Simple implementation of EncryptionMaterialsProvider that just wraps static EncryptionMaterials.
-