// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (CertCheckWsUtil == null) var CertCheckWsUtil = {}; CertCheckWsUtil._path = '/MND_NCA/dwr'; CertCheckWsUtil.logSignedData = function(p0, callback) { dwr.engine._execute(CertCheckWsUtil._path, 'CertCheckWsUtil', 'logSignedData', p0, callback); } CertCheckWsUtil.compressAsBase64 = function(p0, callback) { dwr.engine._execute(CertCheckWsUtil._path, 'CertCheckWsUtil', 'compressAsBase64', p0, callback); } CertCheckWsUtil.utf8ToBase64 = function(p0, callback) { dwr.engine._execute(CertCheckWsUtil._path, 'CertCheckWsUtil', 'utf8ToBase64', p0, callback); }