|
||||||||||
| 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, with default SHA256 signature algorithm. |
Proof |
createProofForEidSigning(Credential cred,
String signatureAlgorithm)
Creates a Proof for eID signing, with supplied signature algorithm. |
Proof |
createProofForIsiReading()
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, with default SHA256 signature algorithm. Requires the eID card of the patient connected.
TechnicalConnectorException
TherLinkBusinessConnectorException
Proof createProofForEidSigning(Credential cred,
String signatureAlgorithm)
throws TherLinkBusinessConnectorException
Proof for eID signing, with supplied signature algorithm. Requires the eID card of the patient connected.
TherLinkBusinessConnectorExceptionProof createProofForEidReading()
Proof for eID 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 | |||||||||