Skip to main content

IKey interface

Cryptographic key, usually managed by the current Veramo instance.

Signature:

export interface IKey

Properties

Property

Modifiers

Type

Description

kid

string

Key ID

kms

string

Key Management System

meta?

KeyMetadata | null

(Optional) Optional. Key metadata. This should be used to determine which algorithms are supported.

privateKeyHex?

string

(Optional) Optional. Private key

publicKeyHex

string

Public key

type

TKeyType

Key type