Skip to content
Sur cette page

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

ParameterType
argsobject
args.dataBuffer
args.password?string
args.rawEncryptionKey?string
args.rawStorageKey?string
args.userIdstring

Returns

Promise< string >


search: (args) => Promise< Buffer >

Parameters

ParameterType
argsobject
args.password?string
args.rawEncryptionKey?string
args.rawStorageKey?string
args.userIdstring

Returns

Promise< Buffer >