Skip to content

Type alias: KeyStorePassword

KeyStorePassword: Object

Internal interface to the SSKS API.

WARNING: Do not use directly.

Type declaration

extraHeaders

extraHeaders: Record<string, string>

push

push: (args) => Promise<string>

Parameters

args: Object

args.data: Buffer

args.password?: string

args.rawEncryptionKey?: string

args.rawStorageKey?: string

args.userId: string

Returns

Promise<string>

search: (args) => Promise<Buffer>

Parameters

args: Object

args.password?: string

args.rawEncryptionKey?: string

args.rawStorageKey?: string

args.userId: string

Returns

Promise<Buffer>