ManagedPrivateKey interface
Represents a private key.
The alias is used to refer to the key material which is stored as the hex encoding of the raw byte array (privateKeyHex).
The type refers to the type of key that is represented.
Signature:
export interface ManagedPrivateKey
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| alias | string | ||
| privateKeyHex | string | ||
| type | TKeyType |