IKey interface
Cryptographic key
Signature:export interface IKey
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
kid | string | Key ID | |
kms | string | Key Management System | |
meta? | KeyMetadata | null | (Optional) Optional. Key metadata. This should be used to determine which algorithms are supported. | |
privateKeyHex? | string | (Optional) Optional. Private key | |
publicKeyHex | string | Public key | |
type | TKeyType | Key type |