Skip to main content

Key class

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Represents some properties of a IKey that are stored in a TypeORM database for the purpose of keeping track of the AbstractKeyManagementSystem implementations and the keys they are able to use.

Signature:

export declare class Key extends BaseEntity

Extends: BaseEntity

Properties

PropertyModifiersTypeDescription
identifier?Relation<Identifier>(BETA) (Optional)
kidstring(BETA)
kmsstring(BETA)
meta?KeyMetadata | null(BETA) (Optional)
publicKeyHexstring(BETA)
typeKeyType(BETA)