Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseBuilderImpl.createInvalidBlobContentConnectorException(Blob blob,
SignatureVerificationResult result,
Base64Binary xades)
creates the error message for a failed validation.
|
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,
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.
|
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,
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) |
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.