Skip to main content

PrivateKey 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 ManagedPrivateKey that are stored in a TypeORM database when using a PrivateKeyStore to store private key data.

Signature:

export declare class PrivateKey extends BaseEntity

Extends: BaseEntity

Properties

PropertyModifiersTypeDescription
aliasstring(BETA)
privateKeyHexstring(BETA)
typeKeyType(BETA)