public class StaticEncryptionMaterialsProvider extends java.lang.Object implements EncryptionMaterialsProvider, java.io.Serializable
构造器和说明 |
---|
StaticEncryptionMaterialsProvider(EncryptionMaterials materials) |
限定符和类型 | 方法和说明 |
---|---|
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()
EncryptionMaterialsFactory
getEncryptionMaterials
在接口中 EncryptionMaterialsFactory
public void refresh()
EncryptionMaterialsProvider
refresh
在接口中 EncryptionMaterialsProvider
public EncryptionMaterials getEncryptionMaterials(java.util.Map<java.lang.String,java.lang.String> materialDescIn)
EncryptionMaterialsAccessor
getEncryptionMaterials
在接口中 EncryptionMaterialsAccessor
materialDescIn
- A Map whose key-value pairs describe an encryption materials object