Skip to content

Latest commit

 

History

History
69 lines (38 loc) · 1.84 KB

File metadata and controls

69 lines (38 loc) · 1.84 KB

Interface: JWEKeyManagementHeaderParameters

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.