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
| Property | Modifiers | Type | Description |
|---|---|---|---|
| alias | string | (BETA) | |
| privateKeyHex | string | (BETA) | |
| type | KeyType | (BETA) |