Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
// // integer multiple of the encryption block size.
// // The value of each byte of the padding is equal to PaddingSize.
// { name: "padding", fieldType: "Byte*" },
//
// // The signature for the MessageChunk.
// // The signature includes the all headers, all message data, the PaddingSize and the Padding.
// { name: "Signatures", fieldType: "Byte*" }
// ]
//};
exports.MessageChunker = require("./message_chunker").MessageChunker;
exports.OpenSecureChannelRequest = require("node-opcua-service-secure-channel").OpenSecureChannelRequest;
exports.OpenSecureChannelResponse = require("node-opcua-service-secure-channel").OpenSecureChannelResponse;
exports.CloseSecureChannelRequest = require("node-opcua-service-secure-channel").CloseSecureChannelRequest;
exports.CloseSecureChannelResponse = require("node-opcua-service-secure-channel").CloseSecureChannelResponse;
exports.ServiceFault = require("node-opcua-service-secure-channel").ServiceFault;
exports.chooseSecurityHeader = require("./secure_message_chunk_manager").chooseSecurityHeader;