com.amazonaws.services.s3.model
Interface EncryptionMaterialsAccessor
- All Known Subinterfaces:
- EncryptionMaterialsProvider
- All Known Implementing Classes:
- StaticEncryptionMaterialsProvider
public interface EncryptionMaterialsAccessor
Retrieves encryption materials from some source.
getEncryptionMaterials
EncryptionMaterials getEncryptionMaterials(Map<String,String> materialsDescription)
- Retrieves encryption materials matching the specified description from some source.
- Parameters:
materialsDescription
- A Map whose key-value pairs describe an encryption materials object
- Returns:
- The encryption materials that match the description, or null if no matching encryption materials found.
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.