public class StaticEncryptionMaterialsProvider extends java.lang.Object implements EncryptionMaterialsProvider
Constructor and Description |
---|
StaticEncryptionMaterialsProvider(EncryptionMaterials materials) |
Modifier and Type | Method and Description |
---|---|
EncryptionMaterials |
getEncryptionMaterials()
Returns EncryptionMaterials which the caller can use for encryption.
|
EncryptionMaterials |
getEncryptionMaterials(java.util.Map<java.lang.String,java.lang.String> materialDescIn)
Retrieves encryption materials matching the specified description from
some source.
|
void |
refresh()
Forces this encryption materials provider to refresh its encryption
material.
|
public StaticEncryptionMaterialsProvider(EncryptionMaterials materials)
public EncryptionMaterials getEncryptionMaterials()
EncryptionMaterialsProvider
getEncryptionMaterials
in interface EncryptionMaterialsProvider
public void refresh()
EncryptionMaterialsProvider
refresh
in interface EncryptionMaterialsProvider
public EncryptionMaterials getEncryptionMaterials(java.util.Map<java.lang.String,java.lang.String> materialDescIn)
EncryptionMaterialsAccessor
getEncryptionMaterials
in interface EncryptionMaterialsAccessor
materialDescIn
- A MapCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.