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.