Modifier and Type | Method and Description |
---|---|
void |
ResponseBuilder.validateHash(Blob blob) |
void |
ResponseBuilder.validateXades(SendResponseType responseType,
Blob blob)
Deprecated.
use validateXades(responseType) instead , the blob will be extracted from the responseType
|
Modifier and Type | Method and Description |
---|---|
Blob |
ResponseBuilderImpl.mapBlobTypeToBlob(BlobType inBlob) |
Blob |
ResponseBuilderImpl.mapBlobTypeToBlob(BlobType inBlob) |
Modifier and Type | Method and Description |
---|---|
void |
ResponseBuilderImpl.createInvalidBlobContentConnectorException(Blob blob,
SignatureVerificationResult result,
Base64Binary xades)
creates the error message for a failed validation.
|
void |
ResponseBuilderImpl.validateHash(Blob blob) |
void |
ResponseBuilderImpl.validateXades(SendResponseType responseType,
Blob blob)
Deprecated.
: see interface , use the method without the second parameter instead
|
Modifier and Type | Method and Description |
---|---|
static void |
RequestBuilderUtil.fillInputToMycarenetRequest(SendRequestType sendRequest,
CommonInput commonInput,
Routing routing,
Blob blob,
byte[] xadesValue,
String projectName) |
static byte[] |
BlobUtil.generateXades(Blob blob,
String projectName) |
static byte[] |
BlobUtil.generateXades(Blob blob,
String projectName,
String platformName) |
static Base64Binary |
BlobUtil.generateXadesForBlob(Blob inValue)
generates the xades based on the content of the blob.
|
static Base64Binary |
BlobUtil.generateXadesForBlob(Blob blob,
byte[] furnishedXades,
String projectName)
generates the xades based on the content of the blob.
|
static Base64Binary |
BlobUtil.generateXadesForBlob(Blob blob,
String projectName)
generates the xades based on the content of the blob.
|
static Base64Binary |
BlobUtil.generateXadesForBlob(Blob blob,
String projectName,
String platformName) |
Modifier and Type | Method and Description |
---|---|
static Blob |
SendRequestMapper.mapBlobTypeToBlob(BlobType inBlob)
|
static Blob |
SendRequestMapper.mapToBlob(Blob blob) |
Modifier and Type | Method and Description |
---|---|
static BlobType |
SendRequestMapper.mapBlobToBlobType(Blob inBlob)
|
static Blob |
SendRequestMapper.mapBlobToCinBlob(Blob blob)
Creates be.cin.types.v1.Blob with a be.ehealth.business.mycarenetdomaincommons.domain.Blob.
|
Modifier and Type | Method and Description |
---|---|
static Blob |
BlobMapper.mapBlobfromBlobType(BlobType blob)
|
static Blob |
SendRequestMapper.mapBlobTypeToBlob(BlobType inBlob)
|
static Blob |
SendRequestMapper.mapToBlob(Blob blob) |
Modifier and Type | Method and Description |
---|---|
static BlobType |
SendRequestMapper.mapBlobToBlobType(Blob inBlob)
|
static Blob |
SendRequestMapper.mapBlobToCinBlob(Blob blob)
Creates be.cin.types.v1.Blob with a be.ehealth.business.mycarenetdomaincommons.domain.Blob.
|
static BlobType |
BlobMapper.mapBlobTypefromBlob(Blob blob)
|
Modifier and Type | Method and Description |
---|---|
T |
RequestObjectBuilderHelper.buildSendRequestType(boolean isTest,
String inputReference,
List<Attribute> attributes,
Blob blob,
String projectIdentifier,
Class<T> clazz) |
static Base64Binary |
RequestObjectBuilder.buildXades(Blob blob,
SendRequestType sendRequestType) |
Modifier and Type | Method and Description |
---|---|
static Blob |
BlobMapper.mapBlobfromBlobType(BlobType blob)
|
Modifier and Type | Method and Description |
---|---|
static BlobType |
BlobMapper.mapBlobTypefromBlob(Blob blob)
|
Modifier and Type | Method and Description |
---|---|
Blob |
BlobBuilder.build(byte[] input)
encodes the given byte array and creates Blob jaxb object.
|
Blob |
BlobBuilder.build(byte[] input,
BlobAttributeValues blobAttributes)
encodes the given byte array and creates Blob jaxb object.
|
Blob |
BlobBuilder.build(byte[] input,
String id)
encodes the given byte array and creates Blob jaxb object.
|
Blob |
BlobBuilder.build(byte[] input,
String encodingType,
String id,
String contentType)
encodes the given byte array and creates Blob jaxb object.
|
Blob |
BlobBuilder.build(byte[] input,
String encodingType,
String id,
String contentType,
String messageName)
encodes the given byte array and creates Blob jaxb object.
|
Blob |
BlobBuilder.build(byte[] input,
String encodingType,
String id,
String contentType,
String messageName,
String contentEncryption)
encodes the given byte array and creates Blob jaxb object.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
BlobBuilder.checkAndRetrieveContent(Blob blob)
checks the validity of the blobs content and returns the content as byte array.
|
Modifier and Type | Method and Description |
---|---|
Blob |
BlobBuilderImpl.build(byte[] input)
Build a
Blob Properties needed : id, contenttype and encoding type |
Blob |
BlobBuilderImpl.build(byte[] input,
BlobAttributeValues blobAttributes) |
Blob |
BlobBuilderImpl.build(byte[] input,
String id)
Build a
Blob Properties needed : contenttype and encoding type. |
Blob |
BlobBuilderImpl.build(byte[] input,
String encodingType,
String id,
String contentType)
creates
Blob with given parameters. |
Blob |
BlobBuilderImpl.build(byte[] input,
String encodingType,
String id,
String contentType,
String messageName)
creates
Blob with given parameters. |
Blob |
BlobBuilderImpl.build(byte[] input,
String encodingType,
String id,
String contentType,
String messageName,
String contentEncryption)
creates
Blob with given parameters. |
Modifier and Type | Method and Description |
---|---|
byte[] |
BlobBuilderImpl.checkAndRetrieveContent(Blob blob)
Return the content of the blob.
|
Modifier and Type | Method and Description |
---|---|
Blob |
PostContent.getBlob() |
Modifier and Type | Method and Description |
---|---|
PostContent.Builder |
PostContent.Builder.blob(Blob blob) |
Modifier and Type | Method and Description |
---|---|
Blob |
InvalidBlobContentConnectorException.getBlob() |
Constructor and Description |
---|
InvalidBlobContentConnectorException(InvalidBlobContentConnectorExceptionValues errorCodeValue,
Blob blob) |
InvalidBlobContentConnectorException(InvalidBlobContentConnectorExceptionValues errorCodeValue,
Blob blob,
byte[] decompressedBlob,
Object... params) |
InvalidBlobContentConnectorException(InvalidBlobContentConnectorExceptionValues errorCodeValue,
Blob blob,
Object... params) |
InvalidBlobContentConnectorException(InvalidBlobContentConnectorExceptionValues errorCodeValue,
Blob blob,
Throwable e,
Object... params) |
Modifier and Type | Method and Description |
---|---|
static Blob |
DomainBlobMapper.mapToBlob(Blob blob) |
Modifier and Type | Method and Description |
---|---|
static Blob |
DomainBlobMapper.mapBlobToCinBlob(Blob blob)
Creates be.cin.types.v1.Blob with a Blob.
|
Modifier and Type | Method and Description |
---|---|
GetInsurabilityRequest |
RequestBuilder.buildGetInsurabilityRequest(CommonInput commonInput,
Routing routing,
Blob blob)
builds the request object.
|
Modifier and Type | Method and Description |
---|---|
GetInsurabilityRequest |
RequestBuilderImpl.buildGetInsurabilityRequest(CommonInput commonInput,
Routing routing,
Blob blob) |
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.