IKey interface
Cryptographic key
Signature:export interface IKey
Properties
Property | Type | Description |
---|---|---|
kid | string | Key ID |
kms | string | Key Management System |
meta | object | null | Optional. Key metadata. Can be used to store auth data to access remote kms |
privateKeyHex | string | Optional. Private key |
publicKeyHex | string | Public key |
type | TKeyType | Key type |