Class EhealthKeyRegistry
- java.lang.Object
-
- be.business.connector.common.ehealth.EhealthKeyRegistry
-
- All Implemented Interfaces:
be.recipe.api.crypto.Message.Cipher.Key.DB<be.recipe.api.Prescription.OnContent>
public class EhealthKeyRegistry extends Object implements be.recipe.api.crypto.Message.Cipher.Key.DB<be.recipe.api.Prescription.OnContent>
-
-
Constructor Summary
Constructors Constructor Description EhealthKeyRegistry()EhealthKeyRegistry(PropertyHandler configuration)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description be.recipe.api.crypto.Message.Cipher.Keycreate(String patientId)be.recipe.api.crypto.Message.Cipher.Keyget(be.recipe.api.crypto.Message.Cipher.Key.ID id)static be.recipe.api.prescriber.PrescriberTypeprescriberType(String type)voidrefresh(ETKHelper etkHelper, PropertyHandler props)voidrefresh(PropertyHandler props)
-
-
-
Constructor Detail
-
EhealthKeyRegistry
public EhealthKeyRegistry()
-
EhealthKeyRegistry
public EhealthKeyRegistry(PropertyHandler configuration)
-
-
Method Detail
-
create
public final be.recipe.api.crypto.Message.Cipher.Key create(String patientId)
- Specified by:
createin interfacebe.recipe.api.crypto.Message.Cipher.Key.DB<be.recipe.api.Prescription.OnContent>
-
get
public be.recipe.api.crypto.Message.Cipher.Key get(be.recipe.api.crypto.Message.Cipher.Key.ID id)
- Specified by:
getin interfacebe.recipe.api.crypto.Message.Cipher.Key.DB<be.recipe.api.Prescription.OnContent>
-
refresh
public void refresh(PropertyHandler props)
-
refresh
public void refresh(ETKHelper etkHelper, PropertyHandler props)
-
prescriberType
public static be.recipe.api.prescriber.PrescriberType prescriberType(String type)
-
-