Interface LoadOrCreateSelfKeyOptions

interface LoadOrCreateSelfKeyOptions {
    dek?: DEKConfig;
    keyType?: KeyType;
    pass?: string;
}

Hierarchy (view full)

Properties

Properties

dek?: DEKConfig
keyType?: KeyType

If no private key is found in the datastore, create one with this type

Default

'Ed25519'
pass?: string