caf_components/plug_ca_log

A plug object that manages the log for a CA.

Source:

Extends

Methods

(static) newInstance($, spec) → {Promise.<Array.<any>>}

Source:

Factory method to create a log plug CA component.

Parameters:
Name Type Description
$ ctxType

A context containing references to other components.

spec specType

Configuration data for this component.

Returns:

A tuple array returning an optional Error in the first argument, or the new component in the second.

Type
Promise.<Array.<any>>