▸ GeneralDecryptGetKey(protectedHeader
, token
): Promise
<KeyLike
| Uint8Array
>
Interface for General JWE Decryption dynamic key resolution. No token components have been verified at the time of this function call.
Name | Type |
---|---|
protectedHeader |
JWEHeaderParameters |
token |
FlattenedJWE |
Promise
<KeyLike
| Uint8Array
>