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
• args.data: Buffer
• args.password?: string
• args.rawEncryptionKey?: string
• args.rawStorageKey?: string
• args.userId: string
Returns
Promise
<string
>
search()
search: (
args
) =>Promise
<Buffer
>
Parameters
• args
• args.password?: string
• args.rawEncryptionKey?: string
• args.rawStorageKey?: string
• args.userId: string
Returns
Promise
<Buffer
>