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 typeof key MUST be compatible with the type referenced bysecretKeyRef | |
| secretKeyRef | string | The secret key handle ( kid) as returned by keyManagerCreate |