AbstractKeyManagementSystem.sharedSecret() method
Signature:
abstract sharedSecret(args: {
myKeyRef: Pick<IKey, 'kid'>;
theirKey: Pick<IKey, 'publicKeyHex' | 'type'>;
}): Promise<string>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
args |
{ myKeyRef: Pick<IKey, 'kid'>; theirKey: Pick<IKey, 'publicKeyHex' | 'type'>; } |
Promise<string>