Interface: JWEKeyManagementHeaderParameters
March 19, 2026 ยท View on GitHub
๐ Help the project
Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.
Recognized JWE Key Management-related Header Parameters.
Properties
apu?
โข optional apu?: Uint8Array
ECDH-ES "apu" (Agreement PartyUInfo). This will be used as a JOSE Header Parameter and will be used in ECDH's ConcatKDF.
apv?
โข optional apv?: Uint8Array
ECDH-ES "apv" (Agreement PartyVInfo). This will be used as a JOSE Header Parameter and will be used in ECDH's ConcatKDF.
epk?
โข optional epk?: CryptoKey | KeyObject
Deprecated
You should not use this parameter. It is only intended for testing and vector validation purposes.
iv?
โข optional iv?: Uint8Array
Deprecated
You should not use this parameter. It is only intended for testing and vector validation purposes.
p2c?
โข optional p2c?: number
Deprecated
You should not use this parameter. It is only intended for testing and vector validation purposes.
p2s?
โข optional p2s?: Uint8Array
Deprecated
You should not use this parameter. It is only intended for testing and vector validation purposes.