IKeyManagerSharedSecretArgs interface
Input arguments for keyManagerSharedSecret
Signature:
export interface IKeyManagerSharedSecretArgs
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| publicKey | Pick<IKey, 'publicKeyHex' | 'type'> | The public key of the other party. The type of key MUST be compatible with the type referenced by secretKeyRef | |
| secretKeyRef | string | The secret key handle (kid) as returned by keyManagerCreate |