be.ehealth.businessconnector.mycarenet.attestv2.domain
Class SignedBuilderResponse
java.lang.Object
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:
the signature signature data, the signature verification results, the actual xml business response (a SendTransactionResponse, all accessible
through the getter methods.
SignedBuilderResponse
public SignedBuilderResponse(byte[] response,
SignatureVerificationResult signatureVerificationResult,
byte[] signedData)
getSignatureVerificationResult
public SignatureVerificationResult getSignatureVerificationResult()
getSignedData
public byte[] getSignedData()
getSendTransactionResponse
public SendTransactionResponse getSendTransactionResponse()
Connector Packaging generic 3.17.1 API
Copyright © {inceptionYear}-2019 eHealth. All Rights Reserved.