mirror of
https://github.com/danbulant/jose
synced 2026-05-24 20:41:46 +00:00
1.1 KiB
1.1 KiB
Interface: GeneralDecryptGetKey
jwe/general/decrypt.GeneralDecryptGetKey
Interface for General JWE Decryption dynamic key resolution. No token components have been verified at the time of this function call.
Hierarchy
-
GetKeyFunction<JWEHeaderParameters, FlattenedJWE>
↳ GeneralDecryptGetKey
Callable
▸ GeneralDecryptGetKey(protectedHeader: JWEHeaderParameters, token: FlattenedJWE): Promise<KeyLike>
Interface for General JWE Decryption dynamic key resolution. No token components have been verified at the time of this function call.
Parameters:
| Name | Type |
|---|---|
protectedHeader |
JWEHeaderParameters |
token |
FlattenedJWE |
Returns: Promise<KeyLike>
Defined in: types.d.ts:79