Blockchain Commons XID TypeScript Library - v1.0.0-alpha.20
Preparing search index...
XIDPrivateKeyEncryptConfig
Interface XIDPrivateKeyEncryptConfig
Configuration for encrypting private keys.
interface
XIDPrivateKeyEncryptConfig
{
type
:
Encrypt
;
password
:
Uint8Array
;
method
?:
KeyDerivationMethod
;
}
Index
Properties
type
password
method?
Properties
type
type
:
Encrypt
password
password
:
Uint8Array
Optional
method
method
?:
KeyDerivationMethod
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
password
method
Blockchain Commons XID TypeScript Library - v1.0.0-alpha.20
Loading...
Configuration for encrypting private keys.