be.ehealth.businessconnector.mycarenet.attestv2.domain
Class SignedEncryptedBuilderResponse

java.lang.Object
  extended by be.ehealth.businessconnector.mycarenet.attestv2.domain.SignedEncryptedBuilderResponse

public class SignedEncryptedBuilderResponse
extends Object

eAttest business response, used by ResponseObjectBuilder to handle the WS response. It wraps and expose through getter metods:

the signature signature data, the signature verification results, the actual xml business response (a SendTransactionResponse, all accessible through the getter methods.


Constructor Summary
SignedEncryptedBuilderResponse(EncryptedKnownContent encryptedKnownContent, SignatureVerificationResult signatureVerificationResult, byte[] signedData, byte[] xades)
           
 
Method Summary
 EncryptedKnownContent getRawDecryptedBlob()
           
 SendTransactionResponse getSendTransactionResponse()
           
 SignatureVerificationResult getSignatureVerificationResult()
           
 byte[] getSignedData()
           
 byte[] getXades()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignedEncryptedBuilderResponse

public SignedEncryptedBuilderResponse(EncryptedKnownContent encryptedKnownContent,
                                      SignatureVerificationResult signatureVerificationResult,
                                      byte[] signedData,
                                      byte[] xades)
Method Detail

getRawDecryptedBlob

public EncryptedKnownContent getRawDecryptedBlob()

getSignatureVerificationResult

public SignatureVerificationResult getSignatureVerificationResult()

getSignedData

public byte[] getSignedData()

getXades

public byte[] getXades()

getSendTransactionResponse

public SendTransactionResponse getSendTransactionResponse()



Connector Packaging PERSPHYSICIAN 3.27.0 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.