Skip to main content

PrivateKeyStore.(constructor)

Constructs a new instance of the PrivateKeyStore class

Signature:

constructor(dbConnection: OrPromise<DataSource>, secretBox?: AbstractSecretBox | undefined);

Parameters

Parameter

Type

Description

dbConnection

OrPromise<DataSource>

secretBox

AbstractSecretBox | undefined

(Optional)