KeyHold TypeScript SDK / PrivateKeyExportInput
Interface: PrivateKeyExportInput
Plaintext private-key input used to create a new encrypted document.
Properties overview
| Property | Type | Required | Description |
|---|---|---|---|
privateKey | Uint8Array | Yes | — |
password | string | Yes | — |
label | string | Yes | — |
parameters | RecommendedParameters | Yes | — |
Properties
privateKey
privateKey:
Uint8Array
password
password:
string
label
label:
string
parameters
parameters:
RecommendedParameters