Skip to content

AddSecretStorageKeyOpts

Defined in: src/secret-storage.ts:106

Options for ServerSideSecretStorageImpl#addKey.

key: Uint8Array<ArrayBuffer>

Defined in: src/secret-storage.ts:112

The private key. Will be used to generate the key check values in the key info; it will not be stored on the server


optional name?: string

Defined in: src/secret-storage.ts:110

Optional name of the key.


optional passphrase?: PassphraseInfo

Defined in: src/secret-storage.ts:108

Information for deriving the key from a passphrase if any.