Uses of Class
be.business.connector.common.ehealth.EhealthCipher
-
Packages that use EhealthCipher Package Description be.business.connector.recipe be.business.connector.recipe.executor be.business.connector.recipe.patient -
-
Uses of EhealthCipher in be.business.connector.recipe
Methods in be.business.connector.recipe that return EhealthCipher Modifier and Type Method Description EhealthCipherRecipeClientInfrastructure. cipher() -
Uses of EhealthCipher in be.business.connector.recipe.executor
Constructors in be.business.connector.recipe.executor with parameters of type EhealthCipher Constructor Description RecipeExecutorClient(be.recipe.api.crypto.Message.Cipher.Key.DB<be.recipe.api.Prescription.OnContent> keyRegistry, EhealthCipher cipher, java8.util.function.Supplier<String> traceId) -
Uses of EhealthCipher in be.business.connector.recipe.patient
Constructors in be.business.connector.recipe.patient with parameters of type EhealthCipher Constructor Description RecipePatientClient(be.recipe.api.crypto.Message.Cipher.Key.DB<be.recipe.api.Prescription.OnContent> keyRegistry, EhealthCipher cipher, java8.util.function.Supplier<String> traceId)
-