be.ehealth.businessconnector.mycarenet.attestv2.domain
Class SignedEncryptedBuilderResponse
java.lang.Object
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.
SignedEncryptedBuilderResponse
public SignedEncryptedBuilderResponse(EncryptedKnownContent encryptedKnownContent,
SignatureVerificationResult signatureVerificationResult,
byte[] signedData,
byte[] xades)
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.