be.ehealth.businessconnector.mycarenet.agreement.domain
Class SignedEncryptedBuilderResponse
java.lang.Object
be.ehealth.businessconnector.mycarenet.agreement.domain.SignedEncryptedBuilderResponse
public class SignedEncryptedBuilderResponse
- extends Object
Agreement business response, used by ResponseObjectBuilder to handle the WS response.
It wraps and expose through getter methods:
- the signature data (xades and signed data)
- the signature verification results (a
SignatureVerificationResult
- the business response as a byte array
- the raw decrypted blob where the above data was derived from, namely a a
EncryptedKnownContent
SignedEncryptedBuilderResponse
public SignedEncryptedBuilderResponse(EncryptedKnownContent encryptedKnownContent,
SignatureVerificationResult signatureVerificationResult,
byte[] signedData,
byte[] xades,
byte[] businessResponse)
getRawDecryptedBlob
public EncryptedKnownContent getRawDecryptedBlob()
getSignatureVerificationResult
public SignatureVerificationResult getSignatureVerificationResult()
getSignedData
public byte[] getSignedData()
getXades
public byte[] getXades()
getBusinessResponse
public byte[] getBusinessResponse()
Connector Packaging generic 3.24.0-beta-4 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.