|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InvalidBlobContentConnectorException in be.ehealth.business.mycarenetcommons.builders |
---|
Methods in be.ehealth.business.mycarenetcommons.builders that throw InvalidBlobContentConnectorException | |
---|---|
void |
ResponseBuilder.validateHash(Blob blob)
|
void |
ResponseBuilder.validateXades(SendResponseType responseType)
validates the xades in the response type. |
void |
ResponseBuilder.validateXades(SendResponseType responseType,
Blob blob)
Deprecated. use validateXades(responseType) instead , the blob will be extracted from the responseType |
Uses of InvalidBlobContentConnectorException in be.ehealth.business.mycarenetcommons.builders.impl |
---|
Methods in be.ehealth.business.mycarenetcommons.builders.impl that throw InvalidBlobContentConnectorException | |
---|---|
void |
ResponseBuilderImpl.createInvalidBlobContentConnectorException(Blob blob,
SignatureVerificationResult result,
Base64Binary xades)
creates the error message for a failed validation. |
Uses of InvalidBlobContentConnectorException in be.ehealth.business.mycarenetdomaincommons.builders |
---|
Methods in be.ehealth.business.mycarenetdomaincommons.builders that throw InvalidBlobContentConnectorException | |
---|---|
Blob |
BlobBuilder.build(byte[] input)
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. |
byte[] |
BlobBuilder.checkAndRetrieveContent(Blob blob)
checks the validity of the blobs content and returns the content as byte array. |
Uses of InvalidBlobContentConnectorException in be.ehealth.business.mycarenetdomaincommons.builders.impl |
---|
Methods in be.ehealth.business.mycarenetdomaincommons.builders.impl that throw InvalidBlobContentConnectorException | |
---|---|
Blob |
BlobBuilderImpl.build(byte[] input)
Build a Blob Properties needed : id, contenttype and encoding type |
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. |
static byte[] |
BuilderUtils.checkAndDecompress(byte[] content,
String contentEncoding,
byte[] blobHashValue,
boolean hashTagRequired)
|
static void |
BuilderUtils.checkHash(byte[] blobHashValue,
byte[] decompressedBlob)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |