Skip to main content

IKey interface

Cryptographic key, usually managed by the current Veramo instance.

Signature:

export interface IKey

Properties

PropertyModifiersTypeDescription
kidstringKey ID
kmsstringKey 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
publicKeyHexstringPublic key
typeTKeyTypeKey type