Skip to main content

AbstractKeyManagementSystem.sharedSecret() method

Signature:

abstract sharedSecret(args: {
myKeyRef: Pick<IKey, 'kid'>;
theirKey: Pick<IKey, 'publicKeyHex' | 'type'>;
}): Promise<string>;

Parameters

ParameterTypeDescription
args{ myKeyRef: Pick<IKey, 'kid'>; theirKey: Pick<IKey, 'publicKeyHex' | 'type'>; }

Returns:

Promise<string>