KeyManager.keyManagerDecryptJWE() method
Decrypts data This API may change without a BREAKING CHANGE notice.
Signature:
keyManagerDecryptJWE({ kid, data }: IKeyManagerDecryptJWEArgs): Promise<string>;
Parameters
Parameter | Type | Description |
---|---|---|
{ kid, data } | IKeyManagerDecryptJWEArgs |
Returns:
Promise<string>