be.ehealth.business.mycarenetcommons.domain
Class SignedEncryptedResponseHolder

java.lang.Object
  extended by be.ehealth.business.mycarenetcommons.domain.SignedEncryptedResponseHolder

public class SignedEncryptedResponseHolder
extends Object

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


Constructor Summary
SignedEncryptedResponseHolder(EncryptedKnownContent encryptedKnownContent, SignatureVerificationResult signatureVerificationResult, byte[] signedData, byte[] xadesT, byte[] businessResponse)
           
 
Method Summary
 byte[] getBusinessResponse()
           
 EncryptedKnownContent getRawDecryptedBlob()
           
 SignatureVerificationResult getSignatureVerificationResult()
           
 byte[] getSignedData()
           
 byte[] getXadesT()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignedEncryptedResponseHolder

public SignedEncryptedResponseHolder(EncryptedKnownContent encryptedKnownContent,
                                     SignatureVerificationResult signatureVerificationResult,
                                     byte[] signedData,
                                     byte[] xadesT,
                                     byte[] businessResponse)
Method Detail

getRawDecryptedBlob

public EncryptedKnownContent getRawDecryptedBlob()

getSignatureVerificationResult

public SignatureVerificationResult getSignatureVerificationResult()

getSignedData

public byte[] getSignedData()

getXadesT

public byte[] getXadesT()

getBusinessResponse

public byte[] getBusinessResponse()



Connector Packaging PERSNURSE 3.23.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.