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

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

public class SignedBuilderResponse
extends Object

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


Constructor Summary
SignedBuilderResponse(byte[] xadesT, byte[] signedData, SignatureVerificationResult signatureVerificationResult)
           
SignedBuilderResponse(byte[] signedData, SignatureVerificationResult signatureVerificationResult)
           
 
Method Summary
 SendTransactionResponse getSendTransactionResponse()
           
 SignatureVerificationResult getSignatureVerificationResult()
           
 byte[] getSignedData()
           
 byte[] getXadesT()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignedBuilderResponse

public SignedBuilderResponse(byte[] signedData,
                             SignatureVerificationResult signatureVerificationResult)

SignedBuilderResponse

public SignedBuilderResponse(byte[] xadesT,
                             byte[] signedData,
                             SignatureVerificationResult signatureVerificationResult)
Method Detail

getXadesT

public byte[] getXadesT()

getSignedData

public byte[] getSignedData()

getSignatureVerificationResult

public SignatureVerificationResult getSignatureVerificationResult()

getSendTransactionResponse

public SendTransactionResponse getSendTransactionResponse()



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