Uses of Class
be.fgov.ehealth.mycarenet.commons.core.v3.BlobType

Packages that use BlobType
be.ehealth.business.mycarenetcommons.builders.impl   
be.ehealth.business.mycarenetcommons.builders.util   
be.ehealth.business.mycarenetcommons.v3.mapper   
be.fgov.ehealth.mycarenet.commons.core.v3   
be.fgov.ehealth.mycarenet.commons.protocol.v3   
 

Uses of BlobType in be.ehealth.business.mycarenetcommons.builders.impl
 

Methods in be.ehealth.business.mycarenetcommons.builders.impl with parameters of type BlobType
 Blob ResponseBuilderImpl.mapBlobTypeToBlob(BlobType inBlob)
           
 

Uses of BlobType in be.ehealth.business.mycarenetcommons.builders.util
 

Methods in be.ehealth.business.mycarenetcommons.builders.util with parameters of type BlobType
static Base64Binary BlobUtil.generateXades(BlobType inValue)
          generates the xades based on the content of the blob. it needs the Blobtype as input , because the signature generator will search the xml tree for a tag with a given id ( inValue.getId ) to find the content to sign. the signing is also influence by the encoding of the content ( which we give to the signer in the transformList )
Configuration : will use property mycarenet.default.request.xadestype , more info see generateXades(BlobType inValue, String projectName) transformers used : see documentation : The reference must contain one or several of following transforms, in the below order: • 'http://www.w3.org/2000/09/xmldsig#base64': to base64 decode the content of the message (always needed)
static Base64Binary BlobUtil.generateXades(BlobType inValue, byte[] furnishedXades, String projectName)
          generates the xades based on the content of the blob. it needs the Blobtype as input , because the signature generator will search the xml tree for a tag with a given id ( inValue.getId ) to find the content to sign. the signing is also influence by the encoding of the content ( which we give to the signer in the transformList ) transformers used : see documentation : The reference must contain one or several of following transforms, in the below order: • “http://www.w3.org/2000/09/xmldsig#base64”: to base64 decode the content of the message (always needed)
static Base64Binary BlobUtil.generateXades(BlobType inValue, String projectName)
           
static Base64Binary BlobUtil.generateXades(BlobType inValue, String projectName, String platformName)
          generates a xades value as defined for the project. configProperty : mycarenet.
 

Uses of BlobType in be.ehealth.business.mycarenetcommons.v3.mapper
 

Methods in be.ehealth.business.mycarenetcommons.v3.mapper that return BlobType
static BlobType SendRequestMapper.mapBlobToBlobType(Blob inBlob)
          Map a Blob to a BlobType
static BlobType BlobMapper.mapBlobTypefromBlob(Blob blob)
          Maps a Blob instance to a corresponding BlobType instance.
 

Methods in be.ehealth.business.mycarenetcommons.v3.mapper with parameters of type BlobType
static Blob BlobMapper.mapBlobfromBlobType(BlobType blob)
          Maps a BlobType instance to its corresponding Blob instance.
static Blob SendRequestMapper.mapBlobTypeToBlob(BlobType inBlob)
          Map a BlobType to a Blob
 

Uses of BlobType in be.fgov.ehealth.mycarenet.commons.core.v3
 

Methods in be.fgov.ehealth.mycarenet.commons.core.v3 that return BlobType
 BlobType ObjectFactory.createBlobType()
          Create an instance of BlobType
 

Uses of BlobType in be.fgov.ehealth.mycarenet.commons.protocol.v3
 

Methods in be.fgov.ehealth.mycarenet.commons.protocol.v3 that return BlobType
 BlobType SendRequestType.getDetail()
          Gets the value of the detail property.
 BlobType ResponseReturnType.getDetail()
          Gets the value of the detail property.
 

Methods in be.fgov.ehealth.mycarenet.commons.protocol.v3 with parameters of type BlobType
 void SendRequestType.setDetail(BlobType value)
          Sets the value of the detail property.
 void ResponseReturnType.setDetail(BlobType value)
          Sets the value of the detail property.
 




Connector Packaging generic 3.28.5 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.