goog.provide("node.crypto.Verify");
/**
* @constructor
*/
node.crypto.Verify = function() {};
/**
* @type {string|null}
*/
node.crypto.Verify.prototype.global = null;
/**
* @type {string|null}
*/
node.crypto.Verify.prototype.process = null;
/**
* @type {string|null}
*/
node.crypto.Verify.prototype.GLOBAL = null;
/**
* @type {string|null}
*/
node.crypto.Verify.prototype.root = null;
/**
* @type {string|null}
*/
node.crypto.Verify.prototype.console = null;
/**
* @type {string|null}
*/
node.crypto.Verify.prototype.nclosure = null;
/**
* @type {string|null}
*/
node.crypto.Verify.prototype.opts = null;
/**
* @type {string|null}
*/
node.crypto.Verify.prototype.COMPILED = null;
/**
* @type {string|null}
*/
node.crypto.Verify.prototype.goog = null;
/**
* @type {string|null}
*/
node.crypto.Verify.prototype.top = null;
/**
* @type {string|null}
*/
node.crypto.Verify.prototype.window = null;
/**
* @type {string|null}
*/
node.crypto.Verify.prototype.ncnode = null;
/**
*
*/
node.crypto.Verify.prototype.DTRACE_NET_SERVER_CONNECTION = function() {
return node.crypto.Verify.core_.DTRACE_NET_SERVER_CONNECTION();
};
/**
*
*/
node.crypto.Verify.prototype.DTRACE_NET_STREAM_END = function() {
return node.crypto.Verify.core_.DTRACE_NET_STREAM_END();
};
/**
*
*/
node.crypto.Verify.prototype.DTRACE_HTTP_SERVER_REQUEST = function() {
return node.crypto.Verify.core_.DTRACE_HTTP_SERVER_REQUEST();
};
/**
*
*/
node.crypto.Verify.prototype.DTRACE_HTTP_SERVER_RESPONSE = function() {
return node.crypto.Verify.core_.DTRACE_HTTP_SERVER_RESPONSE();
};
/**
*
*/
node.crypto.Verify.prototype.setTimeout = function() {
return node.crypto.Verify.core_.setTimeout();
};
/**
*
*/
node.crypto.Verify.prototype.setInterval = function() {
return node.crypto.Verify.core_.setInterval();
};
/**
*
*/
node.crypto.Verify.prototype.clearTimeout = function() {
return node.crypto.Verify.core_.clearTimeout();
};
/**
*
*/
node.crypto.Verify.prototype.clearInterval = function() {
return node.crypto.Verify.core_.clearInterval();
};
/**
* @param {string} path
*/
node.crypto.Verify.prototype.require = function(path) {
return node.crypto.Verify.core_.require(path);
};
/**
* @private
* @type {*}
*/
node.crypto.Verify.core_ = require("crypto").Verify;