Uses of Class
com.amazonaws.services.s3.model.EncryptionMaterials
-
Packages that use EncryptionMaterials Package Description com.amazonaws.services.s3 Synchronous client for accessing Amazon S3.com.amazonaws.services.s3.internal.crypto com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. -
-
Uses of EncryptionMaterials in com.amazonaws.services.s3
Constructors in com.amazonaws.services.s3 with parameters of type EncryptionMaterials Constructor 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. -
Uses of EncryptionMaterials in com.amazonaws.services.s3.internal.crypto
Methods in com.amazonaws.services.s3.internal.crypto with parameters of type EncryptionMaterials Modifier and Type Method Description protected SecretKeyS3CryptoModuleBase. generateCEK(EncryptionMaterials kekMaterials, Provider providerIn) -
Uses of EncryptionMaterials in com.amazonaws.services.s3.model
Subclasses of EncryptionMaterials in com.amazonaws.services.s3.model Modifier and Type Class Description classKMSEncryptionMaterialsKMS specific encryption materials.Methods in com.amazonaws.services.s3.model that return EncryptionMaterials Modifier and Type Method Description EncryptionMaterialsEncryptionMaterials. addDescription(String name, String value)Fluent API to add material description.EncryptionMaterialsEncryptionMaterials. addDescriptions(Map<String,String> descriptions)Fluent API to add all the given material descriptions.EncryptionMaterialsEncryptionMaterialsAccessor. getEncryptionMaterials(Map<String,String> materialsDescription)Retrieves encryption materials matching the specified description from some source.EncryptionMaterialsEncryptionMaterialsFactory. getEncryptionMaterials()Returns EncryptionMaterials which the caller can use for encryption.EncryptionMaterialsPutInstructionFileRequest. getEncryptionMaterials()Returns the encryption materials if specified; or null if not.EncryptionMaterialsSimpleMaterialProvider. getEncryptionMaterials()EncryptionMaterialsSimpleMaterialProvider. getEncryptionMaterials(Map<String,String> md)EncryptionMaterialsStaticEncryptionMaterialsProvider. getEncryptionMaterials()EncryptionMaterialsStaticEncryptionMaterialsProvider. getEncryptionMaterials(Map<String,String> materialDescIn)Methods in com.amazonaws.services.s3.model with parameters of type EncryptionMaterials Modifier and Type Method Description SimpleMaterialProviderSimpleMaterialProvider. addMaterial(EncryptionMaterials m)SimpleMaterialProviderSimpleMaterialProvider. withLatest(EncryptionMaterials m)Constructors in com.amazonaws.services.s3.model with parameters of type EncryptionMaterials Constructor Description PutInstructionFileRequest(S3ObjectId s3ObjectId, EncryptionMaterials encryptionMaterials, String suffix)StaticEncryptionMaterialsProvider(EncryptionMaterials materials)
-