|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.ehealth.businessconnector.therlink.builders.impl.ProofBuilderImpl
public class ProofBuilderImpl
Implementation of ProofBuilder that make possible to define the appropriate signature algorithm.
| Constructor Summary | |
|---|---|
ProofBuilderImpl()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProofBuilderImpl()
| Method Detail |
|---|
public Proof createProofForEidSigning(Credential cred)
throws TherLinkBusinessConnectorException
ProofBuilderProof for eID signing, with default SHA256 signature algorithm. Requires the eID card of the patient connected.
createProofForEidSigning in interface ProofBuilderTherLinkBusinessConnectorException
public Proof createProofForEidSigning(Credential cred,
String signatureAlgorithm)
throws TherLinkBusinessConnectorException
ProofBuilderProof for eID signing, with supplied signature algorithm. Requires the eID card of the patient connected.
createProofForEidSigning in interface ProofBuilderTherLinkBusinessConnectorExceptionpublic Proof createProofForEidReading()
ProofBuilderProof for eID reading
createProofForEidReading in interface ProofBuilderpublic Proof createProofForIsiReading()
ProofBuilderProof for Sis reading
createProofForIsiReading in interface ProofBuilderProofBuilder.createProofForIsiReading()public Proof createSimpleProof(String proofType)
ProofBuilderProof for a given kmehr proof type. The proof will only contain the proofType , which is now an extendable
kmehr code.
createSimpleProof in interface ProofBuilderproofType - String
()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||