|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EncryptionMaterialsProvider
Interface for providing encryption materials. Implementations are free to use any strategy for providing encryption materials, such as simply providing static material that doesn't change, or more complicated implementations, such as integrating with existing key management systems.
Method Summary | |
---|---|
EncryptionMaterials |
getEncryptionMaterials()
Returns EncryptionMaterials which the caller can use for encryption. |
void |
refresh()
Forces this encryption materials provider to refresh its encryption material. |
Methods inherited from interface com.amazonaws.services.s3.model.EncryptionMaterialsAccessor |
---|
getEncryptionMaterials |
Method Detail |
---|
EncryptionMaterials getEncryptionMaterials()
void refresh()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |