File Information
Library: JS/Crypto
Package: Wrappers
Header: Poco/JS/Crypto/DigestEngineWrapper.h
Description
JavaScript wrapper for Poco::DigestEngine.
Inheritance
Direct Base Classes: Poco::JS::Core::Wrapper
All Base Classes: Poco::JS::Core::Wrapper
Member Summary
Member Functions: construct, constructor, digest, isDigestEngine, objectTemplate, reset, update
Inherited Functions: checkSetResult, isWrapper, objectTemplate, reportEmptySetResult, returnException, returnString, safeUnwrapNative, toString, toV8Internalized, toV8String, unwrapNative, unwrapNativeObject, wrapNative, wrapNativePersistent
Constructors
DigestEngineWrapper
Creates the DigestEngineWrapper.
Destructor
~DigestEngineWrapper
Destroys the DigestEngineWrapper.
Member Functions
construct
static void construct(
const v8::FunctionCallbackInfo < v8::Value > & args
);
constructor
v8::Handle < v8::FunctionTemplate > constructor(
v8::Isolate * pIsolate
);
Creates and returns a V8 FunctionTemplate for the constructor function.
objectTemplate
v8::Handle < v8::ObjectTemplate > objectTemplate(
v8::Isolate * pIsolate
);
digest
static void digest(
const v8::FunctionCallbackInfo < v8::Value > & args
);
isDigestEngine
static void isDigestEngine(
const v8::FunctionCallbackInfo < v8::Value > & args
);
reset
static void reset(
const v8::FunctionCallbackInfo < v8::Value > & args
);
update
static void update(
const v8::FunctionCallbackInfo < v8::Value > & args
);