|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProofBuilder
Interface for all ProofBuilders Default impl : ProofBuilderImpl
Factory :
RequestObjectBuilderFactory
Method Summary | |
---|---|
Proof |
createProofForEidReading()
Creates a Proof for eID reading |
Proof |
createProofForEidSigning(Credential cred)
Creates a Proof for eID signing Requires the eID card of the patient connected |
Proof |
createProofForIsiReading()
Creates a Proof for Sis reading |
Proof |
createProofForSisReading()
Creates a Proof for Sis reading |
Proof |
createSimpleProof(String proofType)
creates a simple Proof for a given kmehr proof type. |
Method Detail |
---|
Proof createProofForEidSigning(Credential cred) throws TechnicalConnectorException, TherLinkBusinessConnectorException
Proof
for eID signing Requires the eID card of the patient connected
TechnicalConnectorException
TherLinkBusinessConnectorException
Proof createProofForEidReading()
Proof
for eID reading
Proof createProofForSisReading()
Proof
for Sis reading
Proof createProofForIsiReading()
Proof
for Sis reading
Proof createSimpleProof(String proofType)
Proof
for a given kmehr proof type. The proof will only contain the proofType , which is now an extendable
kmehr code.
proofType
- String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |