IKey interface
Cryptographic key, usually managed by the current Veramo instance.
Signature:
export interface IKey
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
Key ID | ||
|
string |
Key Management System | ||
|
KeyMetadata | null |
(Optional) Optional. Key metadata. This should be used to determine which algorithms are supported. | ||
|
string |
(Optional) Optional. Private key | ||
|
string |
Public key | ||
|
Key type |